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)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 28 Aug 2019 00:03:36 +0000 (00:03 +0000)
commit17d6ad5ef4826e5666e8afcef6744d52aade0a31
treeb4b36bf0753cd71a037075f7d50275df45d3e416
parent7231c34c2f19c92a12dbb0c1215ece76f2343b86
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>
(cherry picked from commit a94bacb02a856bd9b3dbe9ba2ed05c11fbef5bed)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
opac/opac-registration-verify.pl