23 Dec
2022
23 Dec
'22
8:05 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32205 --- Comment #5 from Fridolin Somers <fridolin.somers@biblibre.com> --- (In reply to David Cook from comment #4)
(In reply to Fridolin Somers from comment #3)
Ah I found a place where a preference is missing Koha.Preference() use. It is TagsEnabled at :
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt:[% SET TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && TagsEnabled && TagsInputOnList ) %]
It gets fetched in opac/opac-basket.pl using C4::Context->preference('TagsEnabled') and then passed to the template as TagsEnabled.
OK great so we ignore it ;) -- You are receiving this mail because: You are watching all bug changes.