Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core: View Selection Rendering
-
Labels:None
Description
Flow redirects should look to the current namespace for unqualified flow ids. In a namespace aware Flow Definition Registry, a flowRedirect: view should resolve to flows in the same namepace before looking at the root namespace. Therefore if you are in flow `/account/create' and you select the view `flowRedirect:show`, the flow that should actually be returned would be `/account/show`. If that `/account/show` flow does not exist, then `show` would be returned.