[Koha-bugs] [Bug 20687] Multiple invitations to share lists prevents some users from accepting

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


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

--- Comment #10 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 75125
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75125&action=edit
Bug 20687: (follow-up) Look for invitekey in show_accept and fix error codes

We should check the invitekey in show_accept by passing it along in the
search call.
On the way I fixed some error checking: if the list number is invalid, or
the list is public or you are the owner, or if the key is not found, we
should set the right error code; the template contains those messages.

Test plan:
[1] Share a list and accept a correct invitation with another user.
[2] Try to accept some invalid proposals: wrong key, wrong list.

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Tested invalid key, wrong list, owner, public list, expiry.

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