Bugzilla – Attachment 180549 Details for
Bug 38290
Add library group limits to vendors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38290: Set lib_group_visibility as null
Bug-38290-Set-libgroupvisibility-as-null.patch (text/plain), 1.02 KB, created by
Matt Blenkinsop
on 2025-04-03 13:55:25 UTC
(
hide
)
Description:
Bug 38290: Set lib_group_visibility as null
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-04-03 13:55:25 UTC
Size:
1.02 KB
patch
obsolete
>From f3dc62c6626945b31dabe86f487ebf978f0298ce Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Wed, 27 Nov 2024 10:40:59 +0000 >Subject: [PATCH] Bug 38290: Set lib_group_visibility as null > >--- > .../prog/js/vue/components/Vendors/VendorFormAdd.vue | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Vendors/VendorFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Vendors/VendorFormAdd.vue >index 10ea06551b5..cf8142500cc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Vendors/VendorFormAdd.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Vendors/VendorFormAdd.vue >@@ -160,7 +160,7 @@ export default { > } > > const visibility = vendor.lib_group_visibility.join("|"); >- vendor.lib_group_visibility = visibility; >+ vendor.lib_group_visibility = visibility || null; > > const client = APIClient.acquisition; > if (vendorId) { >-- >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 38290
:
175155
|
175156
|
175157
|
175158
|
175159
|
175160
|
175161
|
175779
|
175780
|
175781
|
175782
|
175783
|
175784
|
175785
|
175786
|
175787
|
180543
|
180544
|
180545
|
180546
|
180547
|
180548
|
180549
|
180550
|
180551
|
182656
|
182657
|
182658
|
182659
|
182660
|
182661
|
182662
|
182663
|
182664