Edit forms allow multiple adjacent spaces when entering new data. Later on, the same edit forms replace double spaces with a single space when the record is pulled up for editing, but they do it inconsistently, which results in confusing behavior. We need to change all data entry forms so that multiple adjacent spaces would be replaced with a single space at data entry time.
Anonymous
Update: The problem only appears to affect some pubs. It's not clear what distinguishes the afflicted subset from the majority, perhaps the use of tabs and double spaces?
Diff:
Changed the description now that the underlying problem has been identified.
Fixed in:
Installed in r2014-52 on 2014-01-21. Closing.
Part 2: Changed the logic not to strip newline characters, which was adversely affecting Notes. Implemented in common/library.py 1.38, installed in r2014-56 on 2014-01-22.