https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42047

Pedro Amorim (ammopt) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA
                 CC|                            |[email protected]
                   |                            |k

--- Comment #14 from Pedro Amorim (ammopt) <[email protected]> ---
Hi guys, the guard here is scoped to "a typo in a hand-edited
html_scrubber.yaml" taking down every page, but it only catches unparseable
YAML and a wrong top-level type, e.g.:

1) Create /etc/koha/sites/kohadev/html_scrubber.yaml with:
record_display:
  - div
  - span
2) restart_all
3) In the staff interface: Tools → Record display customizations → New entry
- Display location: OPACDetailPage
- Publication date: in the past
- Appear in position: 1
- Content: <p>test</p>
- Save
- Notice you get a Not a HASH reference error 
4) Access a record on the OPAC:
http://localhost:8080/cgi-bin/koha/opac-detail.pl?biblionumber=76
Notice you get the same Not a HASH reference error

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to