Skip to content

Fix for modifications to existing DSIDs

Spyros Argyropoulos requested to merge fix2 into master

Description of bug

A subtle bug that came up in !263 (merged): when modifying a jO file which is already in master and other branches have branched off from that master, the check that makes sure a DSID is not used by other branches was failing.

Screenshot_2020-03-17_at_15.36.48

Changes introduced

  • First check if a DSID is present on master. If it is do not apply the isFreeDSID check

Tests

Screenshot_2020-03-17_at_15.37.12

Issues resolved

!263 (merged)

Edited by Spyros Argyropoulos

Merge request reports