Bugzilla – Attachment 169104 Details for
Bug 37275
Remove parenthesis from Select user button in ERM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37275: (QA follow-up): Add to add spacing between selected user and button
Bug-37275-QA-follow-up-Add-nbsp-to-add-spacing-bet.patch (text/plain), 1.27 KB, created by
Martin Renvoize (ashimema)
on 2024-07-17 16:21:07 UTC
(
hide
)
Description:
Bug 37275: (QA follow-up): Add to add spacing between selected user and button
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-07-17 16:21:07 UTC
Size:
1.27 KB
patch
obsolete
>From 2f9a552c1b59d7a4bd831820936590a36dcb6385 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 11 Jul 2024 16:50:43 +0000 >Subject: [PATCH] Bug 37275: (QA follow-up): Add to add spacing between > selected user and button > >Follow original test plan and apply first patch. >Select a user and notice the patron's name and the button have no spacing. >Apply this patch. >Notice there is now spacing. > >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UserRoles.vue | 1 + > 1 file changed, 1 insertion(+) > >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 6069a4d3cc8..71cf02a0f4b 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 >@@ -21,6 +21,7 @@ > <span class="user"> > {{ user_role.patron_str }} > </span> >+ > <a > href="#patron_search_modal" > @click="selectUser(counter)" >-- >2.45.2
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 37275
:
168837
|
168849
|
168850
|
169103
| 169104