Bugzilla – Attachment 149525 Details for
Bug 33289
Vue - Add API client class to interact with svc/config/systempreferences
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33289: DO NOT PUSH - test plan only
Bug-33289-DO-NOT-PUSH---test-plan-only.patch (text/plain), 1016 bytes, created by
Pedro Amorim
on 2023-04-12 11:03:37 UTC
(
hide
)
Description:
Bug 33289: DO NOT PUSH - test plan only
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-04-12 11:03:37 UTC
Size:
1016 bytes
patch
obsolete
>From 93b95b32e2f1c9f32ada053a21bf0baf7a4dfc17 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 12 Apr 2023 11:03:09 +0000 >Subject: [PATCH] Bug 33289: DO NOT PUSH - test plan only > >--- > .../prog/js/vue/components/ERM/AgreementsList.vue | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue >index 90e4f1b6c64..beeea1cd4d7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue >@@ -152,6 +152,9 @@ export default { > }, > methods: { > async getAgreementCount() { >+ const spclient = APIClient.sysprefs >+ spclient.sysprefs.update("CardnumberLength", "42") >+ > const client = APIClient.erm > await client.agreements.count().then( > count => { >-- >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 33289
:
148442
|
148596
|
149525
|
149526