Actions
Bug #6235
closedRemember choice of 'list view' of 'map view' across views and within the data view
Start date:
11/21/2013
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
For example, if you are in the data view and you have the map closed, ie list view, and you click 'My packages' in the user dropdown list, you are redirected to the data view again, but the map view is shown. Similarly, when you are on the list view and you click on the title of a package and are redirected to metadata view, you will see the map view when you hit the back button in your browser.
Updated by ben leinfelder about 11 years ago
- Target version changed from 1.3.0 to 1.4.0
Updated by Lauren Walker almost 11 years ago
- Status changed from New to Resolved
The app model now stores the 'searchMode' with the default value of 'map'. Storing the mode choice in the app model allows us to remember across views.
Actions