mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:36:45 +00:00
refactor: subTable:configureActions
This commit is contained in:
parent
cacd4f3386
commit
ccc8628289
@ -42,7 +42,7 @@ export class SubTableFieldInterface extends CollectionFieldInterface {
|
|||||||
properties: {
|
properties: {
|
||||||
actions: {
|
actions: {
|
||||||
type: 'void',
|
type: 'void',
|
||||||
'x-initializer': 'actionInitializers:subTable',
|
'x-initializer': 'subTable:configureActions',
|
||||||
'x-component': 'TableField.ActionBar',
|
'x-component': 'TableField.ActionBar',
|
||||||
'x-component-props': {},
|
'x-component-props': {},
|
||||||
},
|
},
|
||||||
|
@ -40,7 +40,7 @@ export const subTableActionInitializers_deprecated = new CompatibleSchemaInitial
|
|||||||
|
|
||||||
export const subTableActionInitializers = new CompatibleSchemaInitializer(
|
export const subTableActionInitializers = new CompatibleSchemaInitializer(
|
||||||
{
|
{
|
||||||
name: 'actionInitializers:subTable',
|
name: 'subTable:configureActions',
|
||||||
title: "{{t('Configure actions')}}",
|
title: "{{t('Configure actions')}}",
|
||||||
icon: 'SettingOutlined',
|
icon: 'SettingOutlined',
|
||||||
style: {
|
style: {
|
||||||
|
Loading…
Reference in New Issue
Block a user