Bug 23021 - Quick Spine Label Creator doesn't use regex splitting rule
Summary: Quick Spine Label Creator doesn't use regex splitting rule
Status: RESOLVED DUPLICATE of bug 28691
Alias: None
Product: Koha
Classification: Unclassified
Component: Label/patron card printing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Chris Nighswonger
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-30 23:36 UTC by Andrew Fuerste-Henry
Modified: 2023-04-16 12:51 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***