https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6419
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Katrin Fischer <[email protected]> --- Hi David, there are some issues here: 1) QA test tools There are some missing filters the QA tools complain about (excuse the bad formatting): FAIL koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt FAIL filters missing_filter at line 269 ( [% Koha.Preference('IntranetAcquisitionsHomeHTML') %]) FAIL koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt FAIL filters missing_filter at line 30 ( [% Koha.Preference('IntranetAuthoritiesHomeHTML') %]) FAIL koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt FAIL filters missing_filter at line 302 ( [% Koha.Preference('IntranetCatalogingHomeHTML') %]) FAIL koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt FAIL filters missing_filter at line 517 ( [% Koha.Preference('IntranetPatronsHomeHTML') %]) FAIL koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt FAIL filters missing_filter at line 403 ( [% Koha.Preference('IntranetPOSHomeHTML') %]) FAIL koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt FAIL filters missing_filter at line 45 ( [% Koha.Preference('IntranetSerialsHomeHTML') %]) FAIL koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt FAIL filters missing_filter at line 772 ( [% Koha.Preference('IntranetListsHomeHTML') %]) I think we probably needs a $raw here, as we expect the content to be HTML I am adding Owen to see if he is planning to move the intranet related content prefs to the news editor as well. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. _______________________________________________ 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/
