xwikisas / application-diagram

Create various types of diagrams using draw.io
GNU Lesser General Public License v2.1
0 stars 7 forks source link

When a diagram is saved, a wrong backlink can be added if a diagram with a linked page was saved recently #198

Closed oanalavinia closed 3 years ago

oanalavinia commented 3 years ago

Steps to reproduce

  1. Create a diagram DiagramTest1 and a link to a page TestPage1, then save it
  2. Create a new diagram DiagramTest2 and save it

Expected result: The backlink is added correctly, TestPage1 having a backlink to DiagramTest1

Actual result: A backlink is added also from TestPage1 to DiagramTest2, even if they are not connected

Investigation: This issue was introduced by #110 and was fixed in #193