Skip to content

Commit 19b3ec0

Browse files
committed
[KNOWAGE-9137] Removed some old authorization from roles
1 parent 186ad37 commit 19b3ec0

2 files changed

Lines changed: 1 addition & 33 deletions

File tree

src/i18n/en_US/messages.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3165,24 +3165,20 @@
31653165
"createCustomChart": "Create custom chart",
31663166
"createDocuments": "Create Documents",
31673167
"createSelfSelviceCockpit": "Create Cockpit report",
3168-
"createSelfSelviceGeoreport": "Create Geographic report",
3169-
"createSelfSelviceKpi": "Create KPI report",
31703168
"createSocialAnalysis": "Create social analysis",
31713169
"datasetPersistence": "Dataset Persistence",
31723170
"doMassiveExport": "Do massive export",
3173-
"editPythonScripts": "Edit Python/R Scripts",
3171+
"editPythonScripts": "Edit Python Scripts",
31743172
"enableDashboardThemeManagement": "Enable Dashboard Theme Management",
31753173
"enableDataPreparation": "Enable Data Preparation",
31763174
"enableDossier": "Enable Dossier",
3177-
"federatedDataset": "Federated Dataset",
31783175
"functionsCatalogUsage": "Functions Catalog Usage",
31793176
"hierarchiesManagement": "Manage Hierarchies",
31803177
"items": "Items for user menu",
31813178
"manageCalendar": "Manage Calendar",
31823179
"manageGlossaryBusiness": "Manage Glossary Business",
31833180
"manageGlossaryTechnical": "Manage Glossary Technical",
31843181
"manageInternationalization": "Manage Internationalization",
3185-
"manageKpiValue": "Manage Kpi Value",
31863182
"manageUsers": "Manage Users",
31873183
"manageWidgetGallery": "Manage widget gallery",
31883184
"newsVisualization": "News Visualization",

src/modules/managers/rolesManagement/RolesManagementTabViewDescriptor.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,6 @@
177177
"label": "managers.rolesManagement.authorizations.manageUsers",
178178
"visible": false
179179
},
180-
{
181-
"category": "menuConfiguration",
182-
"dbname": "MANAGE_KPI_VALUE",
183-
"fieldName": "ableToManageKpiValue",
184-
"label": "managers.rolesManagement.authorizations.manageKpiValue",
185-
"visible": false
186-
},
187180
{
188181
"category": "menuConfiguration",
189182
"dbname": "MANAGE_INTERNATIONALIZATION",
@@ -233,20 +226,6 @@
233226
"label": "managers.rolesManagement.authorizations.createSelfSelviceCockpit",
234227
"visible": false
235228
},
236-
{
237-
"category": "myWorskpace",
238-
"dbname": "CREATE_SELF_SERVICE_GEOREPORT",
239-
"fieldName": "ableToCreateSelfServiceGeoreport",
240-
"label": "managers.rolesManagement.authorizations.createSelfSelviceGeoreport",
241-
"visible": false
242-
},
243-
{
244-
"category": "myWorskpace",
245-
"dbname": "CREATE_SELF_SERVICE_KPI",
246-
"fieldName": "ableToCreateSelfServiceKpi",
247-
"label": "managers.rolesManagement.authorizations.createSelfSelviceKpi",
248-
"visible": false
249-
},
250229
{
251230
"category": "myWorskpace",
252231
"dbname": "BUILD_QBE_QUERY",
@@ -261,13 +240,6 @@
261240
"label": "managers.rolesManagement.authorizations.datasetPersistence",
262241
"visible": false
263242
},
264-
{
265-
"category": "myWorskpace",
266-
"dbname": "ENABLE_FEDERATED_DATASET",
267-
"fieldName": "ableToEnableFederatedDataset",
268-
"label": "managers.rolesManagement.authorizations.federatedDataset",
269-
"visible": false
270-
},
271243
{
272244
"category": "myWorskpace",
273245
"dbname": "ENABLE_DATA_PREPARATION",

0 commit comments

Comments
 (0)