https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37728
--- Comment #21 from Pedro Amorim <[email protected]> --- (In reply to Jonathan Druart from comment #20) > (In reply to Phil Ringnalda from comment #18) > > Seriously, I'm done. Somebody take these. > > > > # $VAR1 = > > 'koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt:260,293'; > > > > Requires having an ILL backend that does availability and knowing how to get > > to typedisclaimer and how to write a test plan so someone else can. > > Not familiar with this, Pedro maybe? op is added dynamically in the following code: [% FOREACH key IN whole.keys %] [% value = whole.$key %] [% IF key != 'custom_key' && key != 'custom_value' && key != 'csrf_token' %] <input type="hidden" name="[% key | html %]" value="[% value | html %]"> [% END %] [% END %] op is part of the 'whole' sent by availability_template_params in Koha::ILL::Request::Workflow::Availability These hidden form inputs are added dynamically because we want to move all the params from the previous form to the next, the same logic applies for the type disclaimer. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
