Bugzilla – Attachment 178250 Details for
Bug 37930
Change how we handle authorised values in Vue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37930: TEST PATCH: Remove references to store from Preservation module to allows JS to compile
Bug-37930-TEST-PATCH-Remove-references-to-store-fr.patch (text/plain), 1.65 KB, created by
Matt Blenkinsop
on 2025-02-18 14:05:13 UTC
(
hide
)
Description:
Bug 37930: TEST PATCH: Remove references to store from Preservation module to allows JS to compile
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-02-18 14:05:13 UTC
Size:
1.65 KB
patch
obsolete
>From d0dfd8d61f91320fa076f428ecd22c71bba4d95e Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Fri, 17 Jan 2025 11:35:36 +0000 >Subject: [PATCH] Bug 37930: TEST PATCH: Remove references to store from > Preservation module to allows JS to compile > >--- > koha-tmpl/intranet-tmpl/prog/js/vue/modules/preservation.ts | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/modules/preservation.ts b/koha-tmpl/intranet-tmpl/prog/js/vue/modules/preservation.ts >index b23624fc1b8..87b0e50168e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/modules/preservation.ts >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/modules/preservation.ts >@@ -32,7 +32,6 @@ import App from "../components/Preservation/Main.vue"; > import { routes as routesDef } from "../routes/preservation"; > > import { useMainStore } from "../stores/main"; >-import { useAVStore } from "../stores/authorised-values"; > import { usePreservationStore } from "../stores/preservation"; > import { useNavigationStore } from "../stores/navigation"; > import i18n from "../i18n"; >@@ -40,7 +39,6 @@ import i18n from "../i18n"; > const pinia = createPinia(); > > const mainStore = useMainStore(pinia); >-const AVStore = useAVStore(pinia); > const navigationStore = useNavigationStore(pinia); > const routes = navigationStore.setRoutes(routesDef); > >@@ -61,7 +59,6 @@ const rootComponent = app > > app.config.unwrapInjectedRef = true; > app.provide("mainStore", mainStore); >-app.provide("AVStore", useAVStore(pinia)); > app.provide("navigationStore", navigationStore); > const PreservationStore = usePreservationStore(pinia); > app.provide("PreservationStore", PreservationStore); >-- >2.48.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 37930
:
171556
|
171557
|
171558
|
171628
|
172863
|
172864
|
172865
|
172886
|
172887
|
172888
|
172979
|
173069
|
176677
|
176678
|
176679
|
176719
|
176720
|
176721
|
176722
|
176830
|
178248
|
178249
| 178250 |
178251