Bug 40938

Summary: Suggestions management - new tab label corrupted if status code is too long
Product: Koha Reporter: Ray Delahunty <r.delahunty>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

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.