Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submit full flow from any step when editing #362

Open
blackjak231 opened this issue Aug 21, 2020 · 2 comments
Open

Submit full flow from any step when editing #362

blackjak231 opened this issue Aug 21, 2020 · 2 comments

Comments

@blackjak231
Copy link

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 !

@victor6993
Copy link

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

@mcgoode
Copy link

mcgoode commented Dec 29, 2020

I do something sorta similar see issue #376

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants