]
George Gastaldi closed FORGE-1184.
----------------------------------
Fix Version/s: (was: 2.x Future)
Resolution: Won't Fix
the UI impl already calculates if it's safe to execute through all the existing steps
UIWizard.next() : NavigationResult should also be optionally allow
users to choose whether to navigate or not
-------------------------------------------------------------------------------------------------------------
Key: FORGE-1184
URL:
https://issues.jboss.org/browse/FORGE-1184
Project: Forge
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: UI - API
Affects Versions: 2.0.0.Alpha11
Reporter: Lincoln Baxter III
gastaldi: i also had a thought —> `Results.navigateTo(NextStep.class).optionally()`
gastaldi
3:04 like, I'll write EJBSetupCommand based on CDISetupCommand
3:05 optional?
3:05 hum
lincolnthree
3:05 so the current step could finishthe command without proceeding
3:05 ill JIRA it, we can decide later
gastaldi
3:05 ok
lincolnthree
3:05 ah wait, next() just returns null in that case
3:05 nm
3:06 ah, but there could be a next step
gastaldi
3:06
lincolnthree
3:06 and the user could choose
3:06 this allows the user to choose
3:06 that's the difference