Bugzilla – Attachment 149854 Details for
Bug 33354
Error 400 Bad Request when submitting form in ERM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33354: Add 'required' UI elements
Bug-33354-Add-required-UI-elements.patch (text/plain), 1.44 KB, created by
Martin Renvoize (ashimema)
on 2023-04-19 09:51:49 UTC
(
hide
)
Description:
Bug 33354: Add 'required' UI elements
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-04-19 09:51:49 UTC
Size:
1.44 KB
patch
obsolete
>From 5f40f9477e49cd1ee6bdbcc5e6d20b860d754e01 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 29 Mar 2023 15:07:25 +0000 >Subject: [PATCH] Bug 33354: Add 'required' UI elements > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/js/vue/components/ERM/UserRoles.vue | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UserRoles.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UserRoles.vue >index 20491d794a..fb9184a17a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UserRoles.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UserRoles.vue >@@ -15,7 +15,7 @@ > </legend> > <ol> > <li> >- <label :for="`user_id_${counter}`" >+ <label :for="`user_id_${counter}`" class="required" > >{{ $__("User") }}:</label > > > <span class="user"> >@@ -27,6 +27,7 @@ > class="btn btn-default" > >{{ $__("Select user") }}</a > >) >+ <span class="required">{{ $__("Required") }}</span> > </li> > <li> > <label :for="`user_role_${counter}`" class="required" >-- >2.40.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 33354
:
148931
|
148932
|
148933
|
149113
|
149114
|
149115
| 149854 |
149855
|
149856