https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38663 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |baptiste.wojtkowski@biblibr |y.org |e.com CC| |baptiste.wojtkowski@biblibr | |e.com --- Comment #32 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- Everything works find and QA tool passes. Implementation is the same as for other additional fields so it makes sense to me. Concerning the code I'm wondering why there is a double if here ?
[% IF CAN_user_parameters_manage_libraries %] <h3>Admin</h3> <ul> [% IF CAN_user_parameters_manage_libraries %] [% WRAPPER table_option value="branches" %]<span>Libraries</span>[% END %] [% END %] </ul> [% END %]
I also tested other values to verify nothing is broken by record_id type changes, looks fine. -- You are receiving this mail because: You are watching all bug changes.