https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39986
Bug ID: 39986
Summary: OPACdidyoumean, acting like a system preference when
it is not
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: System Administration
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
OPACdidyoumean has an entry in sysprefs.sql:
('OPACdidyoumean','',NULL,'Did you mean? configuration for the OPAC. Do not
change, as this is controlled by /cgi-bin/koha/admin/didyoumean.pl.','Free'),
You can also find it in the systempreference table:
select * from systempreferences where varibale = 'OPACdidyoumean';
However, it can be be found when you search for it as a system preference.
If you go to `admin/didyoumean.pl` and make changes they are logged as a change
to a system preference.
This is confusing.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee 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/