Skip to content

Commit

Permalink
CM-139: change perms on frontend (#8)
Browse files Browse the repository at this point in the history
* CM-139: fix comparing edited and fetch object

* CM-139: fix formatting of taskGroup

* CM-139: change perms to search tasks
  • Loading branch information
jdolkowski authored Jul 18, 2023
1 parent e941edf commit beb3e3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ export const TASK_STATUS_LIST = [

export const GROUP_RESOLVE_POLICY_LIST = [GROUP_RESOLVE_POLICY.ALL, GROUP_RESOLVE_POLICY.ANY, GROUP_RESOLVE_POLICY.N];

// RIGHTS HAVE TO BE CHANGED AFTER BE IMPLEMENTATION
export const RIGHT_TASKS_MANAGEMENT_SEARCH = 159001;
export const RIGHT_TASKS_MANAGEMENT_SEARCH = 191001;

export const TASKS_MANAGEMENT_ROUTE_GROUPS_GROUP = 'tasksManagement.route.group';

Expand Down

0 comments on commit beb3e3e

Please sign in to comment.