Bugzilla – Attachment 181940 Details for
Bug 39837
Vendor interface object under specified
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39837: Fix uses of `interface_id`
Bug-39837-Fix-uses-of-interfaceid.patch (text/plain), 1.19 KB, created by
Tomás Cohen Arazi (tcohen)
on 2025-05-05 18:18:44 UTC
(
hide
)
Description:
Bug 39837: Fix uses of `interface_id`
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-05-05 18:18:44 UTC
Size:
1.19 KB
patch
obsolete
>From 4f012b947cba2e6442f3f41caa938dac6dd05ca3 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 5 May 2025 15:17:34 -0300 >Subject: [PATCH] Bug 39837: Fix uses of `interface_id` > >--- > .../prog/js/vue/components/Vendors/VendorFormAdd.vue | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > >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 3c042ca82d6..156c358efd1 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 >@@ -143,8 +143,11 @@ export default { > ); > vendor.interfaces = this.checkContactOrInterface( > vendor.interfaces.map( >- ({ interface_id, vendor_id, ...requiredProperties }) => >- requiredProperties >+ ({ >+ vendor_interface_id, >+ vendor_id, >+ ...requiredProperties >+ }) => requiredProperties > ) > ); > >-- >2.49.0
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 39837
:
181938
|
181939
|
181940
|
182326
|
182327
|
182328