mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:01:26 +00:00
fix(plugin-workflow): add default actions value of manual node (#1600)
This commit is contained in:
parent
d8e8f5ec45
commit
435eaee262
@ -7,6 +7,7 @@ import { NAMESPACE } from '../../locale';
|
||||
import { SchemaConfig, SchemaConfigButton } from './SchemaConfig';
|
||||
import { ModeConfig } from './ModeConfig';
|
||||
import { AssigneesSelect } from './AssigneesSelect';
|
||||
import { JOB_STATUS } from '../../constants';
|
||||
|
||||
|
||||
const MULTIPLE_ASSIGNED_MODE = {
|
||||
@ -72,6 +73,10 @@ export default {
|
||||
},
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
type: 'array',
|
||||
default: [JOB_STATUS.RESOLVED]
|
||||
}
|
||||
},
|
||||
view: {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user