Bug 23021

Summary: Quick Spine Label Creator doesn't use regex splitting rule
Product: Koha Reporter: Andrew Fuerste-Henry <andrewfh>
Component: Label/patron card printingAssignee: Chris Nighswonger <cnighswonger>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: katrin.fischer, nick
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Andrew Fuerste-Henry 2019-05-30 23:36:11 UTC
I'm working with a library that enters their LCC call numbers in the format "PN6728 .B36" rather than "PN 6728 .B36." This means that the default LCC splitting rule doesn't insert a line break between PN and 6728. So I wrote a regex splitting rule that does that fine. However, the regex splitting is only applied when using the full label creator. When printing via the quick spine label creator it appears to still be splitting based on the default LCC splitting rule.
Comment 1 Katrin Fischer 2019-05-31 04:52:20 UTC
Hi Andrew, the quick spine label creator and the label creator work quite differently. If you take a look at the source of the quick labels you might be able to achieve something with CSS/jQuery to get your labels to split like you want. Practically every character has its own class/id.
Comment 2 Katrin Fischer 2023-04-16 12:51:39 UTC

*** This bug has been marked as a duplicate of bug 28691 ***