UBERF-7532: Bulk operations for triggers (#6023)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-07-09 00:04:05 +07:00
committed by GitHub
parent fa82ee1939
commit 4eac1927f0
49 changed files with 656 additions and 693 deletions
+1 -5
View File
@@ -13,8 +13,7 @@
// limitations under the License.
//
import { ClientHook } from '@hcengineering/client'
import type { Asset, Metadata, Plugin, Resource } from '@hcengineering/platform'
import type { Asset, Metadata, Plugin } from '@hcengineering/platform'
import { plugin } from '@hcengineering/platform'
import type { AnyComponent } from '@hcengineering/ui'
@@ -32,9 +31,6 @@ export default plugin(devModelId, {
TransactionView: '' as AnyComponent,
NotificationsView: '' as AnyComponent
},
hook: {
Hook: '' as Resource<ClientHook>
},
metadata: {
DevModel: '' as Metadata<any>
}