Bugzilla – Attachment 168849 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: Removed parenthesis from Select user button in ERM
Bug-37275-Removed-parenthesis-from-Select-user-but.patch (text/plain), 1.59 KB, created by
Pedro Amorim
on 2024-07-11 16:52:03 UTC
(
hide
)
Description:
Bug 37275: Removed parenthesis from Select user button in ERM
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-07-11 16:52:03 UTC
Size:
1.59 KB
patch
obsolete
>From b5c92cee8aef4b2ff777cbceb48d69ec54d87bb5 Mon Sep 17 00:00:00 2001 >From: Eric Garcia <cubingguy714@gmail.com> >Date: Thu, 11 Jul 2024 15:45:27 +0000 >Subject: [PATCH] Bug 37275: Removed parenthesis from Select user button in ERM > >To test: >1. Apply patch and yarn build >2. In system preferences search and enable ERMModule >3. E-resource management -> Agreements -> New agreement >4. Click Add new user and notice the parenthesis around the +Select user button are removed > >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >--- > .../intranet-tmpl/prog/js/vue/components/ERM/UserRoles.vue | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 dfb27d41a0..6069a4d3cc 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,13 +21,13 @@ > <span class="user"> > {{ user_role.patron_str }} > </span> >- (<a >+ <a > href="#patron_search_modal" > @click="selectUser(counter)" > class="btn btn-default" > data-toggle="modal" > ><i class="fa fa-plus"></i> {{ $__("Select user") }}</a >- >) >+ > > <span class="required">{{ $__("Required") }}</span> > </li> > <li> >-- >2.39.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