Bugzilla – Attachment 147332 Details for
Bug 32939
Have generic fetch functions in vue modules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32939: (follow-up) Use APIClient to fetch vendors
Bug-32939-follow-up-Use-APIClient-to-fetch-vendors.patch (text/plain), 1.03 KB, created by
Pedro Amorim
on 2023-02-24 13:43:17 UTC
(
hide
)
Description:
Bug 32939: (follow-up) Use APIClient to fetch vendors
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-02-24 13:43:17 UTC
Size:
1.03 KB
patch
obsolete
>From 03e4a9d593a09263f2b848476d7e1f8e529e6ccf Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 24 Feb 2023 13:23:32 +0100 >Subject: [PATCH] Bug 32939: (follow-up) Use APIClient to fetch vendors > >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue >index 5eba5d1ee8..57d43c9d54 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/Main.vue >@@ -157,7 +157,7 @@ export default { > const client = APIClient.acquisition > client.vendors.getAll().then( > vendors => { >- this.vendors = vendors >+ this.vendorStore.vendors = vendors > this.initialized = true > }, > error => {} >-- >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 32939
:
146470
|
146509
|
146642
|
146644
|
146645
|
146668
|
146669
|
146670
|
146671
|
146672
|
146674
|
146675
|
146676
|
146677
|
146678
|
146679
|
146680
|
146681
|
146682
|
147029
|
147030
|
147031
|
147032
|
147033
|
147034
|
147035
|
147036
|
147037
|
147038
|
147039
|
147040
|
147041
|
147042
|
147043
|
147044
|
147056
|
147057
|
147059
|
147060
|
147061
|
147062
|
147063
|
147064
|
147065
|
147066
|
147067
|
147068
|
147069
|
147070
|
147071
|
147072
|
147073
|
147306
|
147307
|
147308
|
147309
|
147310
|
147311
|
147312
|
147313
|
147314
|
147315
|
147316
|
147317
|
147318
|
147319
|
147320
|
147321
|
147322
| 147332 |
149441