Bugzilla – Attachment 149570 Details for
Bug 33408
Fetch sysprefs from svc/config/systempreferences
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33408: Fix template literal
Bug-33408-Fix-template-literal.patch (text/plain), 1.03 KB, created by
Pedro Amorim
on 2023-04-12 16:32:36 UTC
(
hide
)
Description:
Bug 33408: Fix template literal
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-04-12 16:32:36 UTC
Size:
1.03 KB
patch
obsolete
>From 661aa583758482fb5b1c972a51382ff26c8b5b99 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 12 Apr 2023 16:30:39 +0000 >Subject: [PATCH] Bug 33408: Fix template literal > >--- > .../prog/js/vue/fetch/system-preferences-api-client.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/system-preferences-api-client.js b/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/system-preferences-api-client.js >index f11906630fc..9e08afe8cf5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/system-preferences-api-client.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/system-preferences-api-client.js >@@ -11,7 +11,7 @@ export class SysprefAPIClient extends HttpClient { > return { > get: (variable) => > this.get({ >- endpoint: `/?pref=${variable}`, >+ endpoint: "/?pref=" + variable, > }), > update: (variable, value) => > this.post({ >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33408
:
149131
|
149132
|
149133
|
149134
|
149184
|
149185
|
149186
|
149196
|
149197
|
149198
|
149200
|
149204
|
149205
|
149206
|
149207
|
149208
|
149209
|
149254
|
149438
|
149516
|
149517
|
149518
|
149535
|
149536
|
149537
|
149538
|
149539
|
149540
|
149541
|
149542
|
149543
| 149570