diff --git a/README.md b/README.md index 224888d..b08bf83 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,8 @@ And then clone the `nla_accession_reports` repository into your ArchivesSpace plugins directory. For example: cd /path/to/your/archivesspace/plugins - git clone https://github.com/hudmol/nla_accession_reports.git nla_accession_reports \ No newline at end of file + git clone https://github.com/hudmol/nla_accession_reports.git nla_accession_reports + +## Temporary Frontend template override + +To fix a bug on the Report's listing page, this plugin overrides the `frontend/views/reports/index.html.erb` template to allow reports to define a single parameter and for it to be displayed correctly. A patch has been delivered upstream via a pull request (https://github.com/archivesspace/archivesspace/pull/201). Once that patch makes it into a future release, this particular template override may be removed.