https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26973 --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Thanks for testing, Sally! (In reply to Sally from comment #2)
The only issue I can see is that all Additional attributes and identifiers are submitted, even if they're not changed. To replicate:
- Set one or two patron attributes to editable in the OPAC - Log in as a patron on the OPAC - Go to 'your personal details' - opac-memberentry.pl - Change the salutation and do not modify anything else - Submit - Go to the staff client - View 'Patrons requesting modifications' - members/members-update.pl - Note that the changed salutation field is included, but so are the patron attribute fields, despite no edits being made to the Additional attributes and identifiers
But then this problem exists without this patch as well, right?
However, trying to sign up a new account gives an error - not sure if this is a sandbox configuration issue - but the error is: Invalid 'from' parameter: root@localhost at /usr/share/perl5/Exception/Class/Base.pm line 88
Yes, it's because the syspref KohaAdminEmailAddress is set to an invalid email address (root@localhost), you can try with "test@example.org". -- You are receiving this mail because: You are watching all bug changes.