Bugzilla – Attachment 177351 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: Use goToResourceList - does not work (?)
Bug-37301-Use-goToResourceList---does-not-work-.patch (text/plain), 2.92 KB, created by
Jonathan Druart
on 2025-01-30 10:43:38 UTC
(
hide
)
Description:
Bug 37301: Use goToResourceList - does not work (?)
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-01-30 10:43:38 UTC
Size:
2.92 KB
patch
obsolete
>From 3d514dd38f9d43bf48609137b9e42808fe0d12fe Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 30 Jan 2025 11:43:24 +0100 >Subject: [PATCH] Bug 37301: Use goToResourceList - does not work (?) > >--- > .../prog/js/vue/components/ERM/AgreementsFormAdd.vue | 2 ++ > .../prog/js/vue/components/ERM/LicensesFormAdd.vue | 2 ++ > .../prog/js/vue/components/Preservation/TrainsFormAdd.vue | 2 ++ > 3 files changed, 6 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue >index 974f80a9522..e2980affe24 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue >@@ -182,11 +182,13 @@ import Documents from "./Documents.vue" > import AdditionalFieldsEntry from "../AdditionalFieldsEntry.vue" > import ButtonSubmit from "../ButtonSubmit.vue" > import FormSelectVendors from "../FormSelectVendors.vue" >+import AgreementResource from "./AgreementResource.vue" > import { setMessage, setError, setWarning } from "../../messages" > import { APIClient } from "../../fetch/api-client.js" > import { storeToRefs } from "pinia" > > export default { >+ extends: AgreementResource, > setup() { > const AVStore = inject("AVStore") > const { >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesFormAdd.vue >index 3563c235946..40c740d0859 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesFormAdd.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/LicensesFormAdd.vue >@@ -148,8 +148,10 @@ import FormSelectVendors from "../FormSelectVendors.vue" > import { setMessage, setWarning } from "../../messages" > import { APIClient } from "../../fetch/api-client.js" > import { storeToRefs } from "pinia" >+import LicenseResource from "./LicenseResource.vue" > > export default { >+ extends: LicenseResource, > setup() { > const AVStore = inject("AVStore") > const { av_license_types, av_license_statuses, av_user_roles } = >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsFormAdd.vue >index 6c1781324dd..a4d1826181e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsFormAdd.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Preservation/TrainsFormAdd.vue >@@ -98,8 +98,10 @@ > import { inject } from "vue" > import { storeToRefs } from "pinia" > import { APIClient } from "../../fetch/api-client.js" >+import TrainResource from "./TrainResource.vue" > > export default { >+ extends: TrainResource, > setup() { > const AVStore = inject("AVStore") > const { av_notforloan } = storeToRefs(AVStore) >-- >2.34.1
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
|
175450
|
177173
|
177174
|
177175
|
177176
|
177177
|
177178
|
177179
|
177180
|
177181
|
177182
|
177183
|
177184
|
177185
|
177186
|
177187
|
177188
|
177189
|
177190
|
177191
|
177192
|
177193
| 177351