[Koha-bugs] [Bug 35250] Eliminate circular dependencies caused by C4::Context

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 12 14:18:29 CET 2023


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

Salah Ghedda <salah.ghedda at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #158363|0                           |1
        is obsolete|                            |

--- Comment #8 from Salah Ghedda <salah.ghedda at inlibro.com> ---
Created attachment 159737
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159737&action=edit
Bug 35250: modify scripts calling C4::Context::set_preference

All the scripts using the call C4::Context->set_preference are edited to
now use Koha::Config::SysPrefs->set_preference instead of
C4::Context->set_preference()

One call to delete_preference moved as well

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


More information about the Koha-bugs mailing list