[Koha-bugs] [Bug 27292] TablesSettings.GetColumns() returning nothing creates unexpected Javascript on request.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 23 05:44:33 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27292

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
Created attachment 114660
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114660&action=edit
Bug 27292: Add TablesSettings directive to fix columns_settings_borrowers_table

This patch adds the USE TablesSettings directive which allows the plugin
to be invoked to fill the columns_settings_borrowers_table variable.

Test plan:
0. Do not apply the patch
1. Go to
http://localhost:8081/cgi-bin/koha/reserve/request.pl?borrowernumber=51&biblionumber=29
2. View source on the page and note columns_settings_borrowers_table has no
value assigned
2. Apply the patch
3. In a new tab, go to
http://localhost:8081/cgi-bin/koha/reserve/request.pl?borrowernumber=51&biblionumber=29
4. Note that nothing has changed on the surfeace
5. View source ont he page and note columns_settings_borrowers_table now has a
value assigned

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list