https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43161 --- Comment #3 from David Nind <david@davidnind.com> --- Created attachment 202568 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202568&action=edit Bug 43161: Add a /config endpoint for the ILL Vue app The other Vue app (ERM, Preservation) use a /config endpoint for the syspref. The ILL Vue app should also have one. Test plan: 0. as kohadev-koha: `yarn api:bungle && yarn js:build` as root: `koha-plack --reload kohadev` 1. Turn on the ILLModule syspref 2. Go to /cgi-bin/koha/ill/home => The app is available 3. Turn off the syspref => The app is disabled Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.