[Koha-bugs] [Bug 34575] Patron search results: Customise the fields displayed in Name column

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 22 11:06:35 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34575

--- Comment #2 from Sally <sally.healey at cheshiresharedservices.gov.uk> ---
(In reply to Pedro Amorim from comment #1)
> Created attachment 160207 [details]
> Demo patron long e-mail
> 
> Hi Sally, I've added an attachment with a patron in the table with an e-mail
> address of 50 characters.
> 
> At a glance, the table looks okay. Please note that in this screenshot I
> have bug 34574 applied, i.e. the issue with the library and patron
> categories column does not happen here.
> 
> Are you able to confirm if this still requires looking into? Or are you able
> to provide a new/different example?
> 
> Thank you!

Hi Pedro,

It's still an issue for us.

As a simple solution, could we just add a class to email?  

For Henry in the test data, this is what's in the table:  

<div class="address">
<ul>
<li class="patronaddress1"> 4345 Library Rd. </li>
<li class="patroncity">Springfield, MA 44224</li>
<li>Email: <a href="mailto:example at test.com">example at test.com</a>
</li>
</ul>
</div>

Note that address1 and city both have classes, but email doesn't.  

If a class was added to email, as it is for the other address lines:

<div class="address">
<ul>
<li class="patronaddress1"> 4345 Library Rd. </li>
<li class="patroncity">Springfield, MA 44224</li>
<li class="patronemail">Email: <a
href="mailto:example at test.com">example at test.com</a>
</li>
</ul>
</div>

Then I can just hide it with CSS - and nobody else is affected by the change?

What do you think?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list