]> git.koha-community.org Git - koha.git/commit
Bug 23428: (bug 23151 follow-up) Fix self registration with a verification email
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Aug 2019 13:40:12 +0000 (08:40 -0500)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 28 Aug 2019 13:20:40 +0000 (15:20 +0200)
commita94bacb02a856bd9b3dbe9ba2ed05c11fbef5bed
tree2a434ff44a741cf11ebcc9b28284d0966ecd741a
parentd4596cee7a1dc2a2657ab27c9661fffe036db719
Bug 23428: (bug 23151 follow-up) Fix self registration with a verification email

DBIx::Class::Row::store_column(): No such column 'changed_fields' on
Koha::Schema::Result::Borrower at /home/vagrant/kohaclone/Koha/Object.pm
line 75

Test plan:
- Turn PatronSelfRegistrationVerifyByEmail on
- Register a new account
- Click on the link (see the message_queue table)
=> Without this patch you get the error
=> With this patch you will see the login form

Signed-off-by: Michal Denar <black23@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit c5f73575ab07e75b45e5e9495820b602225c75f5)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
opac/opac-registration-verify.pl