title | issue |
---|---|
Frontend Implement generate actions and modal for app flow actions |
NEXT-18949 |
- Changed
sw-flow-sequence-action
component insrc/module/sw-flow/component/sw-flow-sequence-action
to add more the app flow action for flow builder. - Added new component
sw-flow-app-action-modal
insrc/module/sw-flow/component/modals
to show modal that allows setting the fields for app flow actions. - Added the
emitUpdate
method insrc/app/component/form/sw-form-field-renderer/index.js
to emit moreupdate
event. - Changed the
emitChange
method insrc/app/component/form/sw-form-field-renderer/index.js
to emit moreupdate
event. - Changed the
getDataForActionDescription
method insrc/module/sw-flow/page/sw-flow-detail/index.js
to render the description for app flow action sequence.