Bugzilla – Attachment 182328 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.25 KB, created by
Martin Renvoize (ashimema)
on 2025-05-13 06:35:15 UTC
(
hide
)
Description:
Bug 39837: Fix uses of `interface_id`
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-05-13 06:35:15 UTC
Size:
1.25 KB
patch
obsolete
>From 773c808bd7916051674d4e262a92a530533c1651 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` > >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > .../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 e5e7a384741..4f770c0456a 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 >@@ -144,8 +144,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