- Issue created by @simon.g
- Merge request !303515112 - Fix regex pattern to check for last quote → (Open) created by Unnamed author
I am encountering an issue when I try to link an existing node with quotes in his title.
The field will have a value like this : '"My node ""quote"" (14)"'.
The regex in place will not check for the last quote after the id of the node in parenthesis.
* Create a node with a title having a quote and save it.
* Edit a node with an internal link referring to the node you just created.
* The regex fails when trying to save.
Modify the regex to check for the last quote in the value of the link.
Active
4.1
Code