https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34671 Chris Mathevet <chris.mathevet@inLibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #44 from Chris Mathevet <chris.mathevet@inLibro.com> --- "Ignore new_guarantor_relationship and patron attribute inputs if they are hidden" When changing patron category, new mandatory field appear, but when left blank and saved button pressed, an error 500 occurs. Logs: - AH01215: Missing mandatory extended attribute (type=C), referer : /cgi-bin/koha/members/memberentry.pl?op=add_form&categorycode=B - End of script output before headers: memberentry.pl, referer : /cgi-bin/koha/members/memberentry.pl?op=add_form&categorycode=B To reproduce: 1 - Add new category A 2 - Add new category B 3 - Add new patron attribute type C, add "Staff interface mandatory", apply to category A 4 - Add new patron category B 5 - Fill in the mandatory fields 6 - Change patron category from B to A, field for attribute C appear 7 - Leave field for attribute C blank 8 - Click on save button 9 - Error 505 appear -- You are receiving this mail because: You are watching all bug changes.