[Koha-bugs] [Bug 6419] Add customizable areas to intranet home pages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Aug 22 15:26:16 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6419

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oleonard at myacpl.org

--- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
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.


More information about the Koha-bugs mailing list