Bugzilla – Attachment 164454 Details for
Bug 36353
Ensure consistent empty selection style for guarantor relationship drop-downs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36353: Update relationship value so that it is blank and consistent with other forms
Bug-36353-Update-relationship-value-so-that-it-is-.patch (text/plain), 2.65 KB, created by
Marcel de Rooy
on 2024-04-05 07:16:31 UTC
(
hide
)
Description:
Bug 36353: Update relationship value so that it is blank and consistent with other forms
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-04-05 07:16:31 UTC
Size:
2.65 KB
patch
obsolete
>From 00d19cf14237357cb4b99ad77e793077cab04ab4 Mon Sep 17 00:00:00 2001 >From: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Date: Mon, 18 Mar 2024 19:42:01 +0000 >Subject: [PATCH] Bug 36353: Update relationship value so that it is blank and > consistent with other forms >MIME-Version: 1.0 >Content-Type: text/plain; charset=utf-8 >Content-Transfer-Encoding: 8bit >Content-Type: text/plain; charset=utf-8 > >To Test: > >1. Choose a User Eligible for a Guarantor: > 1. Modify the user profile to include a new guarantor. > 2. Upon selecting a guarantor, ensure that the empty option in the 'Relationship' dropdown appears as a blank box. > >2. Select a User Eligible for a Guarantee: > 1. Navigate to "Add Guarantee" in the top menu. > 2. Verify that the guarantor field is automatically populated with the selected user. > 3. Confirm that the 'Relationship' dropdown displays the empty option as 'Empty record.' > >3. Apply Patch and Refresh the Page for Step 2: > 1. After applying the patch, refresh the page for step 2. > 2. Ensure that the empty option value for 'Relationship' is now displayed as blank. > >4. Sign Off and Have a Great Day! ðð# > >Signed-off-by: Andrew Fuerste Henry <andrewfh@dubcolib.org> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index b204fc993b..4a0f159753 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -517,7 +517,7 @@ legend:hover { > <label for="guarantor_relationship">Relationship: </label> > <select class="new_guarantor_relationship" name="new_guarantor_relationship"> > [% END %] >- <option value="" selected>Empty option</option> >+ <option value=""></option> > [% FOREACH pr IN possible_relationships.split('\|') %] > [% IF pr != "" %] > <option value="[% pr | html %]">[% pr | html %]</option> >-- >2.30.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 36353
:
163370
|
163714
| 164454