Skip to content

render_wizard callback #277

Open
Open
@RobertAudi

Description

When the render_wizard method is called with a resource it saves it, and then either redirects to the next step or re-renders the current step in case of errors.

Looking at the code, it is impossible to perform actions based on the result of the save. One such example is flash messages, but this can be worked around using the options argument of render_wizard.

Another example that is impossible to solve at the moment is business logic after saving the resource.

At this point I don't know if this is a feature request or a question on how to solve this problem, but I would be surprised if I am the first person to bring this up. Is there a known solution or workaround to this problem?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions