ec-jrc / re3gistry

Re3gistry is a reusable open source solution for managing and sharing ‘reference codes’, ensuring semantic interoperability across organisations.
European Union Public License 1.2
29 stars 23 forks source link

Add conf value for static resources/logos #360

Closed ZakarFin closed 8 months ago

ZakarFin commented 8 months ago

Makes the header logo work on the frontend app: image

->

image

However there is a reference to icons.svg that uses the same path variable, but the icons.svg is under /ecl-v2/static/media. Not sure where that one is shown but it's not possible to make it work on both cases without changes to js-ecl-v2/app_i18n.js:

https://github.com/ec-jrc/re3gistry/blob/v2.5.2/sources/Re3gistry2ServiceWebapp/public_html/js-ecl-v2/app_i18n.js#L27C165-L27C209

and https://github.com/ec-jrc/re3gistry/blob/v2.5.2/sources/Re3gistry2ServiceWebapp/public_html/js-ecl-v2/app_i18n.js#L189

ZakarFin commented 8 months ago

Better fix in #361