Support URL by accessionNumber
Add support for /#/a/passport/{ accessionNumber }
route. The component at this route should take the provided accessionNumber
, query Genesys for the list of accessions with this number + the filter in the configuration (mostly "instituteCode": [ "XXXX" ]
).
When there are multiple matches, display the table of accessions.
When there is a single match, redirect to /a/{ accession.uuid }
.
Edited by Matija Obreza