We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
Expected results: The second link was renamed properly
Actual results: The link remained the same
For the first link the rename works correctly
Tested with Diagram Application 1.13.2, XWIki 11.10.4
The text was updated successfully, but these errors were encountered:
Investigation: this issue is related to the fix added by #118 and as said in #146 (comment) the problem is that we are only checking for the first link here https://github.com/xwikisas/application-diagram/blob/master/application-diagram-api/src/main/java/com/xwiki/diagram/internal/handlers/DiagramLinkHandler.java#L217
Sorry, something went wrong.
Updating links after renaming a page only works for the first link wh…
9ff3a38
…en the text is separated by "Enter" xwikisas#151 * consider that multiple links could be in the same text element
04a8cd5
…en the text is separated by "Enter" xwikisas#151 * updated comment
ca122a3
…en the text is separated by "Enter" xwikisas#151
252cb64
036f144
…en the text is separated by "Enter" #151 (#167) * consider that multiple links could be in the same text element
oanalavinia
No branches or pull requests
Steps to reproduce:
Expected results:
The second link was renamed properly
Actual results:
The link remained the same
For the first link the rename works correctly
Tested with Diagram Application 1.13.2, XWIki 11.10.4
The text was updated successfully, but these errors were encountered: