https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24913
--- Comment #9 from Katrin Fischer <[email protected]> --- Hi Aleisha (and everyone involved so far :) ) I did some more testing here: - QA tools pass - Syspref is added in all the right places - With the feature disabled, both registering new patrons and making change requests for existing patrons work fine - Javascript check works fine on self reg 2 issues found: 1) When the the feature is active, you get the error other have already reported on saving the form. DBIx::Class::Row::store_column(): No such column 'repeat_email' on Koha::Schema::Result::Borrower at /home/vagrant/kohaclone/Koha/Object.pm line 77 at /usr/share/perl5/DBIx/Class/Exception.pm line 77 2) When the pref is active and the patron changes address etc in the OPAC, the second email input field doesn't show (I think that is ok, as this is a 'selfreg* feature). But: When you change the email and try to save, you get an error: The following fields contain invalid information: Emails do not match! confirm email address Please correct and resubmit. We might be missing a check somewhere for "only do this for self registrations". -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
