Searching the system preferences from the Local Use tab generates a Software error as follows: "Template process failed: file error - .../intranet/htdocs/intranet-tmpl/prog/en/modules/admin/preferences/all.pref: not found at .../lib/C4/Templates.pm line 127." I notice that early versions (such as 3.2) produce search results under an "all preferences" heading. However, I don't see an all.pref file in 3.2 either. The "all preferences" result list seems archaic though, since searching "OPAC" or "MARC" from any other tab provides a much more well formatted list where results are grouped by tab and subheading. Any thoughts on this one?
*** Bug 7522 has been marked as a duplicate of this bug. ***
This bug was already reported by Bug 7522. I marked 7522 as duplicate. I can confirm the bug (Version 3.09.00.017 ) Marc
Created attachment 11880 [details] [review] Proposed patch Very small patch. systempreferences.tt is using an old include sysprefs-admin-search.inc. New syspref system is using prefs-admin-search.inc include. So this patch sets prefs-admin-search.inc in systempreferences.tt and removes sysprefs-admin-search.inc file
Created attachment 11884 [details] [review] Bug 8261: Cannot search system preferences from Local Use tab Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Maybe I have make a mistake but apparently there are 2 pages for manage syspref: admin/systempreferences.pl and admin/preferences.pl. This last one is used. And the corresponding tt files. Let me know if I forgot something, but I am under the impression we can remove the following files: admin/systempreferences.pl koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt koha-tmpl/intranet-tmpl/prog/en/includes/sysprefs-admin-search.inc And we just replace the l.11 koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc [% IF ( local_use ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/admin/systempreferences.pl">Local use</a></li>
Don't we need systempreferences.pl/.tt for Local use preferences?
(In reply to comment #6) > Don't we need systempreferences.pl/.tt for Local use preferences? Yes :-/ But a big part of systempreferences.pl seems useless. I will open a new Bug.
see Bug 8720
This one passes QA :)
Patch pushed to master
Pushed to 3.8.x, will be in 3.8.5