mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 03:46:08 +00:00
fix(plugin-workflow-custom-action-trigger): fix locales (#4298)
This commit is contained in:
parent
4522dd09f3
commit
65f8bd48ae
@ -461,7 +461,7 @@ export function WorkflowConfig() {
|
||||
}),
|
||||
'customize:triggerWorkflows': t(
|
||||
'Workflow will be triggered directly once the button clicked, without data saving. Only supports to be bound with "Custom action event".',
|
||||
{ ns: 'workflow' },
|
||||
{ ns: '@nocobase/plugin-workflow-custom-action-trigger' },
|
||||
),
|
||||
'customize:triggerWorkflows_deprecated': t(
|
||||
'"Submit to workflow" to "Post-action event" is deprecated, please use "Custom action event" instead.',
|
||||
|
@ -124,7 +124,6 @@ export default class extends Trigger {
|
||||
'x-decorator': 'FormItem',
|
||||
'x-component': 'AppendsTreeSelect',
|
||||
'x-component-props': {
|
||||
title: 'Preload associations',
|
||||
multiple: true,
|
||||
useCollection() {
|
||||
const { values } = useForm();
|
||||
|
Loading…
Reference in New Issue
Block a user