https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27376
--- Comment #5 from Steve Cooney <[email protected]> --- 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@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. _______________________________________________ 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/
