]> git.koha-community.org Git - koha.git/commit
Bug 8743: ZOOM error when merging authority change to biblios
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Sun, 9 Sep 2012 12:18:05 +0000 (08:18 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 16 Sep 2012 08:23:22 +0000 (20:23 +1200)
commitd633fb028682a741280a90643fd99d1c1d0c0bd1
tree023cc94b35966ed1b7f0795287260a984cc0319c
parent07684a7e1128c944c3a20f63b40ac3b36cca2966
Bug 8743: ZOOM error when merging authority change to biblios

The merge fails and the following errors appear in the log:
[Sun Sep 02 23:38:10 2012] [error] [client 75.149.175.233] ZOOM error 25
"Specified element set name not valid for specified database" (addinfo:
"F") from diag-set 'Bib-1', referer:
http://****/cgi-bin/koha/authorities/authorities.pl?authid=3010
[Sun Sep 02 23:38:11 2012] [error] [client 75.149.175.233] Premature end of
script headers: authorities.pl, referer:
http://****/cgi-bin/koha/authorities/authorities.pl?authid=3010

Test plan:
1) Set dontmerge to "Do"
2) Find an authority that is linked to a bib record.
3) Edit the main entry of the authority.
4) Save the authority record.
5) Notice that you got a nasty error and the bib record was not updated.
6) Apply patch.
7) Edit the main entry of the authority again (you can just set it back
   to what it was to start with).
8) Save authority record.
9) Notice that there was no error, and the bib record was updated.
10) Sign off.

Signed-off-by: Doug Kingston <dpk@randomnotes.org>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/AuthoritiesMarc.pm