[forge-issues] [JBoss JIRA] (FORGE-1148) Support multi-level UIWizard flows.

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Thu Sep 5 15:13:03 EDT 2013


     [ https://issues.jboss.org/browse/FORGE-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lincoln Baxter III reopened FORGE-1148:
---------------------------------------


    
> Support multi-level UIWizard flows.
> -----------------------------------
>
>                 Key: FORGE-1148
>                 URL: https://issues.jboss.org/browse/FORGE-1148
>             Project: Forge
>          Issue Type: Bug
>          Components: UI - API, UI - Eclipse, UI - Shell
>    Affects Versions: 2.0.0.Alpha11
>            Reporter: Lincoln Baxter III
>            Assignee: George Gastaldi
>              Labels: difficult
>             Fix For: 2.0.0.Alpha12
>
>         Attachments: Screen Shot 2013-08-30 at 3.02.14 PM.png
>
>
> Say for instance I want to create a new entity, but persistence is not set up. I should have the choice to set up persistence, say, via a checkbox.
> but once persistence is set up, then I should be directed to add a new field, for instance. So the flow is this:
> 1. New Entity
> 2. Persistence Setup (Container Selection, Provider Selection)
> 3. New Field
> This means that persistence setup executes in a sub-flow that must return to the next designated step of the original flow when complete.
> {code}return Results.navigate(PersistenceSetup.class, NewField.class){code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list