mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-07 10:17:42 +02:00
EZQMS-729: Restrict spaces operations (#5500)
This commit is contained in:
@@ -34,6 +34,7 @@ export default plugin(serverTrackerId, {
|
||||
},
|
||||
trigger: {
|
||||
OnIssueUpdate: '' as Resource<TriggerFunc>,
|
||||
OnComponentRemove: '' as Resource<TriggerFunc>
|
||||
OnComponentRemove: '' as Resource<TriggerFunc>,
|
||||
OnWorkspaceOwnerAdded: '' as Resource<TriggerFunc>
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user