-
-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MBS-12351: Also trim space only disambiguations
The transform was not being applied on spaces-only disambiguation fields, because FormHandler considers it empty. As such, I added validate_when_empty to enforce always running the transform on the comment field. This broke the test adding a rel, because we weren't entering the comment field. That seemed weird to begin with (we are also not changing name and sort name, yet we list them) so adding it here.
- Loading branch information
1 parent
75177fa
commit 311bb6b
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters