[Koha-bugs] [Bug 33408] Fetch sysprefs from svc/config/systempreferences

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 12 16:35:24 CEST 2023


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

--- Comment #36 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Comment on attachment 149535
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=149535
Bug 33408: Fetch sysprefs from svc/config/systempreferences

Review of attachment 149535:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=33408&attachment=149535)
-----------------------------------------------------------------

Can you review this? Thanks

::: koha-tmpl/intranet-tmpl/prog/js/vue/fetch/system-preferences-api-client.js
@@ +10,5 @@
>      get sysprefs() {
>          return {
> +            get: (variable) =>
> +                this.get({
> +                    endpoint: `/?pref=${variable}`,

FAIL   
koha-tmpl/intranet-tmpl/prog/js/vue/fetch/system-preferences-api-client.js
   FAIL   ES template literals
                ES template literals found (                    endpoint:
`/?pref=${variable}`,) - See bug 24725

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


More information about the Koha-bugs mailing list