[KULRICE-9222] After non-ajax action view id is lost on URL Created: 27/Mar/13 Updated: 17/Feb/15 |
|
Status: | Open |
Project: | Kuali Rice Development |
Component/s: | Development |
Affects Version/s: | None |
Fix Version/s: | Backlog |
Security Level: | Public (Public: Anyone can view) |
Type: | Bug Fix | Priority: | Major |
Reporter: | Jerry Neal (Inactive) | Assignee: | Unassigned |
Resolution: | Unresolved | Votes: | 0 |
Labels: | Old | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
||||||||
Rice Module: |
KRAD
|
||||||||
KAI Review Status: | Not Required | ||||||||
KTI Review Status: | Not Required | ||||||||
Include in Release Notes?: |
Yes
|
Description |
After a non-ajax action is taken, the updating of the URL for pages wipes out the view id on the URL. For example on the client side lab view I have two buttons, one ajax and one non-ajax. The URL is initially: After clicking the non-ajax button the pages refreshes and the URL is updated to: http://localhost:8080/krad-dev/kr-krad/labs?pageId=Lab-ClientSideState-Page1 The view id is not lost so if they bookmark the URL and request the page it will not be able to find the view. |