CraueFormFlowBundle icon indicating copy to clipboard operation
CraueFormFlowBundle copied to clipboard

Submit full flow from any step when editing

Open blackjak231 opened this issue 3 years ago • 2 comments

Hi !

When using dynamic navigation and when editing an entity, I would like to be able to submit all steps at once directly from any step. The goal is to not have to go to the last step every time to save the changes.

Example of desired workflow :

  • User is on Car detail view
  • User clicks "edit Car"
  • User arrives multi-step edit form on step 1 out of 4 : "General info"
  • User clicks on step 2 "Engine details" and edits something
  • User clicks "save" and is redirected back to the detail view

I've been attempting something as simple as to add a submit button on all the steps but it simply redirects me to the next step.

To clarify again : my research is only regarding an edit form (all steps already completed), not the creation form.

Has anybody made this request before and has anyone found a solution ? (or alternative workflow maybe ?)

Thank you in advance !

blackjak231 avatar Aug 21 '20 08:08 blackjak231

I think you could use tabs instead of a formflow in the edit view, and keep the flow only for the create view.

victor6993 avatar Nov 16 '20 10:11 victor6993

I do something sorta similar see issue #376

mcgoode avatar Dec 29 '20 16:12 mcgoode