[Koha-bugs] [Bug 16056] Error when deleting MARC authority

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 23 13:53:05 CET 2016


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #49395|0                           |1
        is obsolete|                            |

--- Comment #3 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 49437
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49437&action=edit
[SIGNED-OFF] Bug 16056: [ALT] Do not crash when searching for an authority if
zebra's index is not up-to-date

This patch fixes a regression introduced by
commit 7e70202d34d75f988fbaea9b911347417c203aac
  Bug 15381: Remove GetAuthType and GetAuthTypeCode

This second version will change the original behavior: If an authority
record is still indexed by zebra but not in the DB, it won't be
displayed.

Test plan:
Search for authorities
delete one
The results won't contain the record you have deleted.

Signed-off-by: Owen Leonard <oleonard at myacpl.org>

This patch fixes the error, and does so in a way which I think makes
more sense than the other patch. I do no expect to see deleted record in
my search results.

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


More information about the Koha-bugs mailing list