Skip to content

Commit 2bbc543

Browse files
Added description field to edit task section in PermissionsConst.js
1 parent 2efd43c commit 2bbc543

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/PermissionsManagement/PermissionsConst.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,9 @@ export const permissionLabels = [
336336
'Gives the user permission to add a task on any WBS. "Other Links" -> "Projects" -> "WBS Button" -> "Choose any WBS" -> "Add task button"',
337337
},
338338
{
339-
label: 'Edit Task',
339+
label: 'Edit Task/Task Extension',
340+
description:
341+
'Category for all permissions related to editing tasks and task extensions',
340342
subperms: [
341343
{
342344
label: 'Edit Task',

0 commit comments

Comments
 (0)