[Koha-bugs] [Bug 9032] Share a list (part 1: send the invitation)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 6 09:02:57 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9032

--- Comment #16 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to comment #14)
> I see now that you can enter multiple email addresses when sharing. Text
> should be added to make that clear, including specifying what separator is
> required (a comma works, what about something else?).
> 
> How will the sharing feature handle a case where two patrons have the same
> email address? We find that this happens with families with children--the
> parent will put their email address on the records of each of their children.

Hi Owen,
Thanks for testing and followup.
What about one line under the form like: You can enter multiple email
addresses, if you separate them by semicolons.
Note: I used [,;:] in the code, but was having doubts since some of these chars
actually are allowed in an email address when placed between quotes. The
semicolon seems to be used more often as separator between mail addresses.

The share feature uses the email addresses given. If an address is repeated,
two mails will be sent. The address used does not need to be the patron email
address. Crucial in the acceptance is that you confirm with your login. Seems
more flexible and 'secure'.
The children in your example just need to accept with their own login.

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


More information about the Koha-bugs mailing list