UBERF-6001: Roles management (#4994)

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
Alexey Zinoviev
2024-03-27 13:49:36 +05:00
committed by GitHub
parent bee1986299
commit 418b4b1bbd
112 changed files with 3448 additions and 874 deletions
+7 -1
View File
@@ -13,7 +13,7 @@
// limitations under the License.
//
import { Class, Doc, Ref, Space } from '@hcengineering/core'
import type { Class, Doc, Ref, Space, SpaceType, SpaceTypeDescriptor } from '@hcengineering/core'
import { NotificationGroup, NotificationType } from '@hcengineering/notification'
import type { Asset, Plugin, Resource } from '@hcengineering/platform'
import { IntlString, plugin } from '@hcengineering/platform'
@@ -77,6 +77,12 @@ export const documentPlugin = plugin(documentId, {
},
viewlet: {
TableBranches: '' as Ref<Viewlet>
},
descriptor: {
TeamspaceType: '' as Ref<SpaceTypeDescriptor>
},
spaceType: {
DefaultTeamspaceType: '' as Ref<SpaceType>
}
})