metno / metsis-drupal

contains METNO METSIS software
GNU General Public License v3.0
0 stars 0 forks source link

Fix "back to search"-button for the wms and elements page. #22

Closed magnarem closed 11 months ago

magnarem commented 1 year ago

The "back to search"-button that are displayed on the elements (children) page and the WMS visualisation page, don't always works as expected since the link is recreated on every pageload with the referring page request. The consequence of this, is that some times the back to search will not bring you back where expected. Some more logic needs to be added to this button to make it works as expected.

magnarem commented 11 months ago

This is now implemented using javascript "browser-back". It will work much better than the current solution.