Bugzilla – Attachment 180775 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: Remove references to store from Preservation module
Bug-37930-Remove-references-to-store-from-Preserva.patch (text/plain), 1.75 KB, created by
Jonathan Druart
on 2025-04-10 13:15:00 UTC
(
hide
)
Description:
Bug 37930: Remove references to store from Preservation module
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-04-10 13:15:00 UTC
Size:
1.75 KB
patch
obsolete
>From 45c2eba85b377a6e8bec22e92cd96a32c76b6431 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: Remove references to store from Preservation > module > >Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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.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 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
|
180243
|
180244
|
180245
|
180246
|
180689
|
180698
|
180699
|
180700
|
180701
|
180767
|
180768
|
180769
|
180770
|
180771
|
180772
|
180773
|
180774
| 180775