Bug 36704 - Add WYSIWYG support to Agreement Descriptions
Summary: Add WYSIWYG support to Agreement Descriptions
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: ERM (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Jonathan Druart
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-25 20:37 UTC by Ian Walls
Modified: 2024-04-26 12:32 UTC (History)
6 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Walls 2024-04-25 20:37:23 UTC
Currently, the Description for an Agreement displays as plain text in the list of Agreements, losing any whitespace that may be included in the field for readability.

Adding HTML support, with a WYSIWYG editor, would allow librarians to add a more detailed and readable description of their Agreements (multiple notes, links out, tables, etc).  This would also easily enhance the module's extensibility, without having to modify the data structure of Agreements.

A stretch goal here would be to hide description content that is too long, limiting to a max pixel height unless clicked to expand.  This way the ability to add all the details in the world will not negatively impact the browseability of the Agreements list.