Skip to content

Commit

Permalink
#1670 Udpate type of manageTag permission and add managePlatform
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Mar 4, 2021
1 parent dd3d78b commit fc2abc4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/app/scripts/services/api/ProfileSrv.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
admin: {
hints: 'Permissions for administration user profiles',
keys: [
'managePlatform',
'manageUser',
'manageOrganisation',
'manageCustomField',
'manageConfig',
'manageTag',
'manageTaxonomy',
'manageProfile',
'manageAnalyzerTemplate',
'manageObservableTemplate'
],
labels: {
managePlatform: 'Manage the platform',
manageUser: 'Manage users',
manageOrganisation: 'Manage organisations',
manageCustomField: 'Manage custom fields',
manageConfig: 'Manage configurations',
manageTaxonomy: 'Manage taxonomies',
manageTag: 'Manage tags',
manageProfile: 'Manage profiles',
manageAnalyzerTemplate: 'Manage analyzer templates',
manageObservableTemplate: 'Manage observable types'
Expand All @@ -38,6 +38,7 @@
keys: [
'manageUser',
'manageCaseTemplate',
'manageTag',
'manageAlert',
'manageCase',
'manageShare',
Expand All @@ -50,6 +51,7 @@
labels: {
manageUser: 'Manage users',
manageCaseTemplate: 'Manage case templates',
manageTag: 'Manage custom tags',
manageAlert: 'Manage alert',
manageCase: 'Manage case',
manageShare: 'Manage sharing',
Expand Down

0 comments on commit fc2abc4

Please sign in to comment.