23 Dec
2022
23 Dec
'22
12:59 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32205 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- (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. -- You are receiving this mail because: You are watching all bug changes.