Bugzilla – Attachment 149455 Details for
Bug 33483
Cannot link EBSCO's package with local agreement
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33483: Fix link EBSCO package with local agreements
Bug-33483-Fix-link-EBSCO-package-with-local-agreem.patch (text/plain), 1.36 KB, created by
Pedro Amorim
on 2023-04-11 17:20:12 UTC
(
hide
)
Description:
Bug 33483: Fix link EBSCO package with local agreements
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-04-11 17:20:12 UTC
Size:
1.36 KB
patch
obsolete
>From b61e4e4b1b01635a9b579d15a3d278ace2dee5dc Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 11 Apr 2023 14:13:35 +0200 >Subject: [PATCH] Bug 33483: Fix link EBSCO package with local agreements > >Bug 33066 broke that, we need to set 'initialized'. > >Test plan: >Turn on EBSCO provider, search for a package and click "Add new >agreement". The modal must open with the list of agreements. > >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >--- > .../prog/js/vue/components/ERM/AgreementsList.vue | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >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 90e4f1b6c64..d05d6323b88 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 >@@ -314,9 +314,10 @@ export default { > }, > }, > mounted() { >+ // We this component is mounted from EHoldingsEBSCOPackageAgreements > if (!this.building_table) { > this.building_table = true >- this.getAgreementCount() >+ this.getAgreementCount().then(() => (this.initialized = true)) > } > }, > components: { flatPickr, Toolbar, KohaTable }, >-- >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 33483
:
149437
|
149452
|
149455
|
149456
|
149470
|
149471
|
149472
|
149473
|
149527
|
149528
|
149529
|
149555
|
149564
|
149565
|
149566
|
149567
|
149568
|
149569
|
149847
|
149848
|
149849
|
149850
|
149851
|
149852