EZQMS-729: Restrict spaces operations (#5500)

This commit is contained in:
Alexey Zinoviev
2024-05-04 20:49:24 +07:00
committed by GitHub
parent ad59463057
commit 4bc1534ee0
57 changed files with 873 additions and 114 deletions
+4 -2
View File
@@ -23,7 +23,8 @@ export default mergeIds(settingId, setting, {
EditEnum: '' as AnyComponent,
ManageSpaceTypes: '' as AnyComponent,
ManageSpaceTypesTools: '' as AnyComponent,
ManageSpaceTypeContent: '' as AnyComponent
ManageSpaceTypeContent: '' as AnyComponent,
Spaces: '' as AnyComponent
},
string: {
IntegrationDisabled: '' as IntlString,
@@ -97,6 +98,7 @@ export default mergeIds(settingId, setting, {
Description: '' as IntlString,
CountSpaces: '' as IntlString,
RoleName: '' as IntlString,
Permissions: '' as IntlString
Permissions: '' as IntlString,
Assignees: '' as IntlString
}
})