fix(acl): create action aliases
This commit is contained in:
parent
ed224cfa13
commit
2e3dd1250c
@ -7,6 +7,7 @@ const availableActions: {
|
||||
displayName: '{{t("Add new")}}',
|
||||
type: 'new-data',
|
||||
onNewRecord: true,
|
||||
aliases: ['create', 'firstOrCreate', 'updateOrCreate'],
|
||||
allowConfigureFields: true,
|
||||
},
|
||||
// import: {
|
||||
|
Loading…
Reference in New Issue
Block a user