Details
-
Type:
Sub-task
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 0.5
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
As flash is not bound to any kind of flow ID currently, the next request might be for another resource not part of the current flow, and hence wipe out the flash scope before the next (intended) page is retrieved.
This should be easy to fix once flows are implemented
I'm not sure if this bug report is for what I'm seeing... but basically, I'm seeing the flash scope having values from the previous request even though it wasn't a redirect. AFAIK, flash should only retain its values from one request to the next if it is redirected. By keeping the values around, my code is confused and thinks it needs to re-display a message to the user.