Quote from: kkosienski on September 25, 2023, 18:04:19 PMFor anyone that may experience a similar issue. We did try to abort uncommited changes and undo to latest commit. Both resulted in displaying another, but different, error message. We had to delete / remove the model and import a fresh to copy from the Github repo to resolve the issue. Unfortunately the user lost some work.
Quote from: Yost67 on September 25, 2023, 11:21:48 AMwe were wondering how IDs for repository elements are generated,
Quote from: Yost67 on September 25, 2023, 11:21:48 AMWe experienced that if multiple people are changing the same diagram at the same time, the conflict resolution during Publishing wants us to choose one complete diagram version. All the changes in the other diagram version(s) are discarded. Even if they would not impact the changes made in the chosen diagram version (Eg, if 2 people add a different component to the same diagram, only one of those components survives the Publish)...
// Get selected object
let selected = selection.first();
// Get the parent
let parent = $(selected).parent().first()