File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/managers/TaskTemplateManager Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,8 @@ window.pkp = {
192192 'Mark as unrestricted' ,
193193 'admin.workflow.email.userGroup.limitAccess' :
194194 'Limit access to specific roles' ,
195+ 'admin.workflow.email.userGroup.limitAccess.template.note' :
196+ 'Select the roles that can access this template.' ,
195197 'admin.workflow.email.userGroup.unrestricted.template.note' :
196198 'Unrestricted templates will be accessible to all roles.' ,
197199 'article.article' : 'Article' ,
Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ export function useTaskTemplateManagerForm({
226226 addFieldOptions ( 'userGroupIds' , 'checkbox' , {
227227 groupId : 'details' ,
228228 label : t ( 'admin.workflow.email.userGroup.limitAccess' ) ,
229+ description : t ( 'admin.workflow.email.userGroup.limitAccess.template.note' ) ,
229230 name : 'userGroupIds' ,
230231 options : getUserGroupOptions ( ) ,
231232 value : taskTemplate ?. userGroups ?. map ( ( { id} ) => id ) || [ ] ,
You can’t perform that action at this time.
0 commit comments