Skip to content

Show back button on parcel page

Axel Bocciarelli requested to merge back-parcels into master

Fix #365 (closed)

When the user clicks on "View", I push a new history location with a state. This state has an object back with a title and an href. The href includes the URL parameters describing the state of the parcels table. When the back object is present, the breadcrumbs are replaced with a back link.

ESRF_Portal_-_Mozilla_Firefox_2020-08-04_10-31-37

If I refresh a parcel's page, the normal breadcrumbs reappear because the location state is gone.

Merge request reports