Bugzilla – Attachment 174616 Details for
Bug 37301
Further improve how we build Vue components
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37301: (follow-up) PoC (Continuation): Add BaseResource and AgreementResource
Bug-37301-follow-up-PoC-Continuation-Add-BaseResou.patch (text/plain), 2.18 KB, created by
Pedro Amorim
on 2024-11-15 16:44:57 UTC
(
hide
)
Description:
Bug 37301: (follow-up) PoC (Continuation): Add BaseResource and AgreementResource
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-11-15 16:44:57 UTC
Size:
2.18 KB
patch
obsolete
>From 83676b32653919e99feaec86200122960ea30243 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 11 Jul 2024 15:09:38 +0200 >Subject: [PATCH] Bug 37301: (follow-up) PoC (Continuation): Add BaseResource > and AgreementResource > >To squash with previous patch >--- > .../prog/js/vue/components/ERM/AgreementsList.vue | 4 ---- > .../prog/js/vue/components/ERM/AgreementsShow.vue | 4 ---- > 2 files changed, 8 deletions(-) > >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 b47078d888..eabfdd3270 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 >@@ -77,8 +77,6 @@ export default { > const AVStore = inject("AVStore") > const { get_lib_from_av, map_av_dt_filter } = AVStore > >- const { setConfirmationDialog, setMessage } = inject("mainStore") >- > const table = ref() > > const filters = reactive({ >@@ -93,8 +91,6 @@ export default { > map_av_dt_filter, > logged_in_user, > table, >- setConfirmationDialog, >- setMessage, > escape_str, > agreement_table_settings, > filters, >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue >index 05ef5f252d..d7c09ecf7e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue >@@ -340,8 +340,6 @@ export default { > const format_date = $date > const patron_to_html = $patron_to_html > >- const { setConfirmationDialog, setMessage } = inject("mainStore") >- > const AVStore = inject("AVStore") > const { get_lib_from_av } = AVStore > >@@ -350,8 +348,6 @@ export default { > format_date, > patron_to_html, > get_lib_from_av, >- setConfirmationDialog, >- setMessage, > } > }, > data() { >-- >2.39.5
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 37301
:
168709
|
168739
|
168740
|
168741
|
168800
|
168827
|
168828
|
168829
|
168836
|
172713
|
172911
|
172912
|
172913
|
172914
|
172915
|
172916
|
172917
|
172918
|
172919
|
172920
|
172921
|
174612
|
174613
|
174614
|
174615
| 174616 |
174617
|
174618
|
174619
|
174620
|
174621
|
174622
|
174623
|
174624
|
174625
|
174626
|
174627
|
174628
|
174629
|
174630
|
174631