http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9032
--- Comment #16 from M. de Rooy <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
