Schedule GUI form doesn't return values properly, causing weird behaviour after execution
Bug #464099 reported by
Ken McLean
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Retromod Traffic |
Fix Committed
|
Medium
|
Ken McLean |
Bug Description
Schedule GUI form doesn't return values properly, causing weird behaviour after execution
It kicks back to the Audio View page. The logs in the inline list do not display, then trying to navigate away or edit that object causes weird null values.
I think a global variable isn't being sent or received
Changed in retromod-traffic: | |
milestone: | sprint-1 → sprint-2 |
Changed in retromod-traffic: | |
status: | New → Fix Committed |
To post a comment you must log in.
The cause of this is because it does not rebuild the address bar after a form submit.
Therefore it remembers values (eg. spots ticked) after a single form submit, but not a second. So if you use the date nav bar twice:
* the first time it remembers the spots, but fails to rebuild the addressbar
* the second time it doesn't have any values to pass through, causing weird behaviour.