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