Bug 40938 - Suggestions management - new tab label corrupted if status code is too long
Summary: Suggestions management - new tab label corrupted if status code is too long
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-02 13:43 UTC by Ray Delahunty
Modified: 2025-10-02 13:43 UTC (History)
0 users

See Also:
GIT URL:
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 Ray Delahunty 2025-10-02 13:43:16 UTC
When adding a new tab to Suggestions management via the SUGGEST_STATUS authorised value, if the code is longer than 10 characters the tab label will read Status unknown. (Code was SUB_WISHLIST but inspecting the tab showed truncation: tabname="SUB_WISHLI" aria-controls="SUB_WISHLI_panel" ). Keeping the code to 10 characters or fewer allows the tab to use the description set in the SUGGEST_STATUS authorised value.