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

Martin Renvoize (ashimema) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #188822|0                           |1
        is obsolete|                            |

--- Comment #14 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 188876
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=188876&action=edit
Bug 41151: Display multi-value additional fields as lists in datatables

This patch improves the display of searchable repeatable additional
fields in datatable columns by:

- Detecting comma-separated values in the value_str field
- Rendering multiple values as an HTML unordered list instead of
  comma-separated text
- Adding appropriate CSS styling for list display within table cells
- Maintaining single-value display for non-repeatable fields

This makes multi-value additional fields much more readable in list
views, with each value appearing on its own line within the table cell.

For example, "Bang, History" now displays as:
  • Bang
  • History

This completes the UX improvements for additional fields across all
three contexts: entry forms, detail views, and list datatables.

Signed-off-by: David Nind <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to