[Bug 21136] New: Error "No property select_city for Koha::Patron" when saving patron record
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21136 Bug ID: 21136 Summary: Error "No property select_city for Koha::Patron" when saving patron record Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Patrons Assignee: jonathan.druart@bugs.koha-community.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com When I edit an existing patron in master, I get an error upon saving: No property select_city for Koha::Patron at /usr/share/perl5/Exception/Class/Base.pm line 73 To reproduce this error you must have cities defined in Administration -> Cities & towns. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21136 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20287 Status|NEW |ASSIGNED See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=21085 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 [Bug 20287] Move AddMember and ModMember to Koha::Patron -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21136 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21136 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 77362 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77362&action=edit Bug 21136: Fix add/edit patron when cities are defined Same as bug 21085. When cities are defined, there is a select with name="select_city" added to the DOM and its value will be passed to memberentry.pl We must remove it from the attribute list before creating the Koha::Patron object No property select_city for Koha::Patron at /usr/share/perl5/Exception/Class/Base.pm line 73 Test plan: Define cities Add or edit a patron, save -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21136 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21136 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #77362|0 |1 is obsolete| | --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 77366 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77366&action=edit Bug 21136: Fix add/edit patron when cities are defined Same as bug 21085. When cities are defined, there is a select with name="select_city" added to the DOM and its value will be passed to memberentry.pl We must remove it from the attribute list before creating the Koha::Patron object No property select_city for Koha::Patron at /usr/share/perl5/Exception/Class/Base.pm line 73 Test plan: Define cities Add or edit a patron, save Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21136 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21136 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #77366|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 77374 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77374&action=edit Bug 21136: Fix add/edit patron when cities are defined Same as bug 21085. When cities are defined, there is a select with name="select_city" added to the DOM and its value will be passed to memberentry.pl We must remove it from the attribute list before creating the Koha::Patron object No property select_city for Koha::Patron at /usr/share/perl5/Exception/Class/Base.pm line 73 Test plan: Define cities Add or edit a patron, save Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21136 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com Status|Passed QA |Pushed to Master --- Comment #4 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Pushed to master. Thanks all! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21136 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to Master |RESOLVED CC| |martin.renvoize@ptfs-europe | |.com --- Comment #5 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Depends on (and is caused by) but 20287 which is not in 18.05.x series. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org