Bugzilla – Attachment 182580 Details for
Bug 38899
Allow the Vue toolbar to be sticky
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38899: Restore id attribute to the form
Bug-38899-Restore-id-attribute-to-the-form.patch (text/plain), 1.46 KB, created by
Matt Blenkinsop
on 2025-05-19 10:10:43 UTC
(
hide
)
Description:
Bug 38899: Restore id attribute to the form
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-05-19 10:10:43 UTC
Size:
1.46 KB
patch
obsolete
>From 16b259dbd0b69183ba11cf6b448775b75cbf93f5 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >Date: Mon, 19 May 2025 11:10:11 +0100 >Subject: [PATCH] Bug 38899: Restore id attribute to the form > >--- > .../prog/js/vue/components/Vendors/VendorFormAdd.vue | 6 +++--- > 1 file changed, 3 insertions(+), 3 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 6b104753a67..b5d6ea2cf85 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 >@@ -1,6 +1,6 @@ > <template> > <div v-if="!initialized">{{ $__("Loading") }}</div> >- <main id="vendors_add" v-else> >+ <template v-else> > <h1 v-if="vendor.id"> > {{ $__("Edit vendor #%s").format(vendor.id) }} > </h1> >@@ -15,7 +15,7 @@ > > > </ToolbarButton> > </Toolbar> >- <form @submit="onSubmit($event)" ref="vendorForm"> >+ <form @submit="onSubmit($event)" ref="vendorForm" id="vendors_add"> > <VendorDetails :vendor="vendor" /> > <VendorContacts :vendor="vendor" /> > <VendorInterfaces :vendor="vendor" /> >@@ -25,7 +25,7 @@ > :discountValid="discountValid" > /> > </form> >- </main> >+ </template> > </template> > > <script> >-- >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 38899
:
176545
|
176546
|
181822
|
181823
|
181851
|
181852
|
181965
|
182151
|
182249
|
182250
|
182255
|
182449
|
182580
|
182646
|
182973
|
182974
|
182975
|
182976
|
182977
|
182978
|
182979
|
182980
|
183114
|
183115
|
183116
|
183117
|
183118
|
183119
|
183120
|
183121