ezpaarse-project / ezpaarse

ezPAARSE can ingest your (proxy) log files and show how users access suscribed electronic ressources.
http://www.ezpaarse.org
Other
68 stars 27 forks source link

FIX: enable download of JR1 reports by clicking link #103

Closed dzoladz closed 4 years ago

dzoladz commented 4 years ago

Once the ezPAARSE processes have finalized, the report UI displays clickable links to download and view trace, processed logs files, JR1 reports. However, the href= attributes fail to populate during page build.

This PR attempts to resolve the issue by populating the href= values; thus, enabling reports to be downloaded with a click and reducing end user confusion.

Closes #102