[Koha-bugs] [Bug 34859] reports-home.pl has unnecessary syspref template parameters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 21 03:32:30 CEST 2023


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

--- Comment #2 from David Cook <dcook at prosentient.com.au> ---
Created attachment 155965
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155965&action=edit
Bug 34859: Remove unnecessary params from reports-home.pl

This change removes unnecessary syspref template parameters
and tidies the code.

Test plan:
0. Apply the patch and koha-plack --reload kohadev
1. Go to
/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=IntranetNav
2. Add the following and save:
<li><a href="#">Awesome</a></li>
3. Go to
/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=intranetstylesheet
4. Add the following and save:
http://bad
5. Go to
/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=intranetcolorstylesheet
6. Add the following and save:
http://bad2
7. Go to /cgi-bin/koha/reports/reports-home.pl
8. Note the "Awesome" link in the top navbar
9. Note in the console that there are two errors where http://bad
and http://bad2 can't be resolved

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list