[Koha-bugs] [Bug 11943] Prevent double accepts in Koha::Virtualshelfshare

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 7 15:06:00 CEST 2018


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

--- Comment #17 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 75122
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75122&action=edit
Bug 11943: Db revision to remove double accepted shares

Although it is no problem to have them, we could do a cleanup.
This patch just removes duplicate rows from the table.

Note: I considered adding a unique index like:
    ALTER TABLE virtualshelfshares ADD UNIQUE INDEX (shelfnumber,
borrowernumber, invitekey);
But the possible NULL values in borrowernumber and/or invitekey require
additional code changes. So I left it alone.

Test plan:
[1] Create two records with same borrowernumber and shelfnumber in the shares
    table, if not present already.
[2] Run updatedatabase.pl

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list