10 Apr
2026
10 Apr
'26
6:12 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42281 --- Comment #9 from Phil Ringnalda <phil@chetcolibrary.org> --- Comment on attachment 196816 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196816 Bug 42281: Tidy all script tags - authorities
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt + Koha.addPrefs({ + DefaultAuthorityTab: "[% DefaultAuthorityTab | html %]", + });
That breaks showing the DefaultAuthorityTab, since it's always "". Did you mean "[% Koha.Preference('DefaultAuthorityTab') | html %]" instead? -- You are receiving this mail because: You are watching all bug changes.