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 { SchemaConfig, SchemaConfigButton } from './SchemaConfig';
 | 
				
			||||||
import { ModeConfig } from './ModeConfig';
 | 
					import { ModeConfig } from './ModeConfig';
 | 
				
			||||||
import { AssigneesSelect } from './AssigneesSelect';
 | 
					import { AssigneesSelect } from './AssigneesSelect';
 | 
				
			||||||
 | 
					import { JOB_STATUS } from '../../constants';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const MULTIPLE_ASSIGNED_MODE = {
 | 
					const MULTIPLE_ASSIGNED_MODE = {
 | 
				
			||||||
@ -72,6 +73,10 @@ export default {
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    actions: {
 | 
				
			||||||
 | 
					      type: 'array',
 | 
				
			||||||
 | 
					      default: [JOB_STATUS.RESOLVED]
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  view: {
 | 
					  view: {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user