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

--- Comment #36 from Tomás Cohen Arazi <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to