1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-04 00:49:53 +00:00

Resolve "WorkflowActions for the AB"

This commit is contained in:
Alexander Haller 2023-10-18 15:36:12 +00:00 committed by Jérémie Pardou
parent cadd8f7072
commit d990d2852c
64 changed files with 2711 additions and 48 deletions
web-frontend/modules/core

View file

@ -99,6 +99,7 @@ export default (context, inject) => {
registry.registerNamespace('membersPagePlugins')
registry.registerNamespace('runtimeFormulaFunction')
registry.registerNamespace('notification')
registry.registerNamespace('workflowAction')
registry.register('settings', new AccountSettingsType(context))
registry.register('settings', new PasswordSettingsType(context))
registry.register('settings', new EmailNotificationsSettingsType(context))