[Koha-bugs] [Bug 33289] Vue - Add API client class to interact with svc/config/systempreferences

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 21 09:05:06 CET 2023


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

--- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 148442
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148442&action=edit
Bug 33289: Add API client class to interact with svc/config/systempreferences

On bug 30708 we will need to modify sysprefs from the UI (Vue app), it
could be useful for other developments as well and so it is moved on its
own bug report.

Test plan:
It can be tested independently of bug 30708 using the following code:

const client = APIClient.sysprefs
client.sysprefs
    .update(
        "CardnumberLength",
        "42"
    )

Sponsored-by: BULAC - http://www.bulac.fr/

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


More information about the Koha-bugs mailing list