mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 20:27:43 +02:00
EZQMS-729: Restrict spaces operations (#5500)
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user