[Koha-bugs] [Bug 24589] Add plugin hook addbiblio_check_record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 5 12:06:14 CET 2020


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

--- Comment #2 from paxed <pasi.kallinen at koha-suomi.fi> ---
Created attachment 98447
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98447&action=edit
Plugin to test Bug 24589

This is a Koha plugin used to test Bug 24589 functionality.

Test plan:
1) Go to cataloging > New record
2) Edit the record, and save it.
3) Enable plugins, upload this plugin, and enable it.
4) Go to cataloging > New record
5) Edit the record, fill the required fields.
   Make sure 245$a does not contain "FOOBAR".
6) Try to save the record, you'll get a complaint: "ERROR: 245$a was not
FOOBAR. Try saving again."
6) Check field 245$a, it should now contain "FOOBAR"
7) Try saving the record, it should now work normally.
8) Disable this plugin, and repeat 1 & 2

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


More information about the Koha-bugs mailing list