https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38196 Jan Kissig <bibliothek@th-wildau.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=43457 --- Comment #24 from Jan Kissig <bibliothek@th-wildau.de> --- (In reply to Pedro Amorim (ammopt) from comment #22)
Found 2 issues not introduced by this patchset, for the record and if someone wishes to follow-up:
1) 'Administration' > 'Authorized values' > TICKET_STATUS > 'New authorized value for TICKET_STATUS'. Set 'Authorized value' to IN PROGRESS, 'Description' to In Progress. Save. 2) Enable 'CatalogConcerns' if not already on. 3) Create a new catalog concern/ticket from any bib record. 4) On /cgi-bin/koha/cataloguing/concerns.pl, open 'Details' on that ticket, click the down-arrow next to 'Update', select 'In Progress'. 5) Reload the concerns list, the ticket's row renders broken/corrupted, overlapping the pagination controls. 6) Click 'Hide In Progress', the ticket is not filtered out, the label/checkbox does not toggle. 7) For comparison: repeat with a single-word status like TESTING, table renders fine, and 'Hide Testing' correctly filters it out, isolating the space as the trigger for both issues.
Hi Pedro, in comment #5 and #6 we mentioned the issue with AVs including spaces. The manual says 'Authorized value is limited to 80 characters and cannot have spaces or special characters other than underscores and hyphens in it.' Source: https://koha-community.org/manual/24.11/en/html/administration.html#adding-n... As there are several existing AVs having spaces already in the DB, maybe a validation on creating new AVs should be done: new ticket here https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43457 -- You are receiving this mail because: You are watching all bug changes.