From c11d9120c063d3b6a3326836678c9a9fcaf3eb90 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>
---
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 6069a4d3cc..71cf02a0f4 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.39.2