Enhancement: add observer groups to project manager projects, such that
anyone who is not in the observer group cannot view the project or see it in the project list. Some associated refactoring of project manager permissions. Schema change to accommodate the new data.
This commit is contained in:
parent
a2521f0472
commit
8d27693394
4 changed files with 83 additions and 26 deletions
|
|
@ -62,12 +62,12 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'groupToAdd hoverhelp' => {
|
||||
message => q|Group that is able to create projects|,
|
||||
message => q|This group will be able to create, delete, and change the permissions on projects. They will also have implicit managerial privileges to every project in the asset.|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'groupToAdd label' => {
|
||||
message => q|Group to Add Projects|,
|
||||
message => q|Group to Manage Project List|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
|
|
@ -117,7 +117,7 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'project manager hoverhelp' => {
|
||||
message => q|Choose a group of users that are able to manage this project. Project Managers will be able to edit project tasks|,
|
||||
message => q|Choose a group of users that are able to manage this project. Project Managers will be able to edit project tasks.|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
|
|
@ -126,6 +126,16 @@ our $I18N = {
|
|||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'project observer hoverhelp' => {
|
||||
message => q|Choose a group of users that are able to observe this project. Project Observers will be able to see the project in the project management asset's list, and will be able to see the task overview.|,
|
||||
lastUpdated => 1157675812
|
||||
},
|
||||
|
||||
'project observer label' => {
|
||||
message => q|Project Observers Group|,
|
||||
lastUpdated => 1157675812
|
||||
},
|
||||
|
||||
'hours per day hoverhelp' => {
|
||||
message => q|Choose number of hours which generally represents a full day of work. This will serve as a basis for estimating how many days a task takes. This will be overridden if a resource is set to work more or less hours in a day, and that resource is attached to the task.|,
|
||||
lastUpdated => 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue