[Koha-bugs] [Bug 22781] Fields on patron search results should be html/json filtered

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 6 21:31:56 CEST 2019


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

Liz Rea <wizzyrea at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #89267|0                           |1
        is obsolete|                            |
  Attachment #89268|0                           |1
        is obsolete|                            |
  Attachment #89269|0                           |1
        is obsolete|                            |
  Attachment #89270|0                           |1
        is obsolete|                            |
  Attachment #89271|0                           |1
        is obsolete|                            |

--- Comment #8 from Liz Rea <wizzyrea at gmail.com> ---
Created attachment 89395
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89395&action=edit
Bug 22781: Add tests

Test plan:
Apply only this patch
=> The tests will fail, the library's name is not correctly escaped.

Note:
This applies for the whole patchset, when the tests fail you will need
to remove the patrons added by the tests with the following SQL query:
  delete from borrowers where surname like "test_patron_%";
We are expecting END to be called even if something goes wrong, but
DESTROY must be used instead. This will be fixed separately, on its own
bug report.

NOTE: I (Liz) did not test this first patch because my selenium was not
working, that is why my SO line is not on the patch. If someone could do that
quickly I'd be really grateful.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list