openmct/platform/commonUI/browse
Pete Richards 1ae62cde05 [Browse] Don't klobber params when preventing default
When browse controller is hijacking a browser navigation event,
it calls preventDefault on the route change.  This has the effect
of preventing all changes in the location (including search changes).

This change checks if other changes were made in the route change and
re-applies them after the navigation has completed.

Fixes a bug where navigating via a link that contained additional
search paramterers would have the effect of navigating but not
keeping the parameters in tact.

Discovered in the course of fixing #1636
2017-07-13 16:48:38 -07:00
..
res/templates [Layout] Add view large button for zooming 2017-05-18 18:18:19 -07:00
src [Browse] Don't klobber params when preventing default 2017-07-13 16:48:38 -07:00
test [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
bundle.js Implement new folder List view (#1610) 2017-06-19 18:35:18 -07:00