Bugfix: Add Trimspace to New Objects#6226
Conversation
8c14dfb to
a4e4b0d
Compare
just make sure it's not enabled on the "sort name" field |
|
Missing changes in |
|
Updated those pages. Do we want to extend the support to other things such as |
|
This pull request has been mentioned on Stash. There might be relevant details there: |
As far as I can tell, these are already covered by the |
|
Yea, I thought as as well but didn't know if you wanted to move them all over to the slice or just leave them as. Leave it as, got it. |
This will add trimspace on all major object additions, Studios, Scenes, Performers, Tags and Galleries.
Before, users were able to add white space on either end of a string and this will remove that ability going forward.
Old:
Performer 1 name:
ABC=ABCPerformer 2 name:
ABC=ABCNew:
Performer 1 name:
ABC=ABCPerformer 2 name
ABC= Error due to name already existingObjects that are allowed to have non unique names will continue to function as normal. Objects that do not allow non unique names (performers) will error out.
I'm not 100% sure what this will do to currently running versions that use this bug/feature to sort.
Fixes: #789
Fixes: #3262