[Koha-bugs] [Bug 27376] Opac detail retrieval failing on (20.11.00-1). ColumnSettings plugin not found.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 13 07:09:25 CET 2021


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

--- Comment #5 from Steve Cooney <steve at softwaremage.co.nz> ---
So ColumnSettings is deprecated in the following commit. Bug 24156: move
ColumnsSettings to TablesSettings
https://github.com/Koha-Community/Koha/commit/de54267510a31d332144c6e8e718334a6bd7e141 

I am running my own version of opac templates and these still reference
columns_settings files and includes as per my grep results:

pacwin at ubuntukoha:~$ sudo grep -r -i "ColumnsSettings" /usr/share/koha/

/usr/share/koha/opac/htdocs/opac-tmpl/nznbrl/en/includes/columns_settings.inc:[%
USE ColumnsSettings %]
/usr/share/koha/opac/htdocs/opac-tmpl/nznbrl/en/modules/opac-detail.tt:[% USE
ColumnsSettings %]
/usr/share/koha/opac/htdocs/opac-tmpl/nznbrl/en/modules/opac-detail.tt:       
var columns_settings = [% ColumnsSettings.GetColumns( 'opac', 'biblio-detail',
'holdingst', 'json' ) | $raw %];
/usr/share/koha/opac/htdocs/opac-tmpl/nznbrl/en/modules/opac-detail.tt:       
var serial_column_settings = [% ColumnsSettings.GetColumns( 'opac',
'biblio-detail', 'subscriptionst', 'json' ) | $raw %];

So I have a way forward to solve the issue now that koha/lib and 
/usr/share/koha/opac/htdocs/opac-tmpl templates are out of sync.

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


More information about the Koha-bugs mailing list