While creating a project from an inactive project template it is throwing the error "You do not have rights to modify tasks or staff which are enabled for management."
In app_ca.logs we can see the below error.
ERROR 2021-08-05 10:49:16,803 [http-nio-8082-exec-98] niku.xql2 (clarity:USER:15005595__700B21CE-C689-4A56-92A8-1EA16C320F23:projmgr.projectNewPost) EXCEPTION caught in CopyProjectTasks.copyODFCustomAttributes()com.niku.union.odf.exception.ODFValidationException: PRJ-07541: For inactive project, financial status must be closed or hold.
ERROR 2021-08-05 10:49:16,804 [http-nio-8082-exec-98] niku.xql2 (clarity:USER:15005595__700B21CE-C689-4A56-92A8-1EA16C320F23:projmgr.projectNewPost)
com.niku.union.odf.exception.ODFException: com.niku.union.odf.exception.ODFValidationException: PRJ-07541: For inactive project, financial status must be closed or hold.
Inactive project is all set with financial status as closed, All Tasks are completed with zero ETC, No risks, issues available in the project.
Release : 15.X
Component : CLARITY PROJECT MANAGEMENT
This is caused as the financial status field has a default value as open in the project object whereas the inactive project template is financially closed.
Option 1:-
Remove the financial status default value in the project object or changed it to either hold or closed.
This can be navigated via Administration->object->project->attribute->financial status field
Option 2:-
Add active or financial status field on the project create form which can be navigated vis Administration->object->project->views->layout create
Option 3:-
Activate the inactive project which gives the clarity permission to create a project with open financial status.