We are having some issues in the current project where we have a custom text area, which can have multiple lines.
Using this field to auto-label the node, the line breaks turns into empty characters, which makes the node title wrong, with two words concatenated.
My suggestion is to change the replacement pattern to a white space, instead of nothing. This solution will also replace the escaped characters and some other
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | change_replacement_pattern-2972759.patch | 655 bytes | geovanni.conti |
Comments
Comment #2
geovanni.conti commentedComment #3
geovanni.conti commentedComment #4
geovanni.conti commentedComment #5
renatog commentedHello Geovanni, how are you man?!
I applied the patch and really makes sense.
Good catch!!
+RTBC
Comment #7
renatog commentedCommitted and pushed to the dev branch.
@Geovanni; thank you very much for your contribution.
Best