archimatetool / archi-modelrepository-plugin

coArchi - a plug-in to share and collaborate on Archi models.
152 stars 52 forks source link

Switching branch doesn't update model properly unless a manual commit is done first #126

Closed Phillipus closed 4 years ago

Phillipus commented 4 years ago
  1. From "master" create a new branch "newbranch" and checkout
  2. Make a change and save
  3. Switch to "master" and commit changes when dialog appears

Result: Changes have not reverted to "master" branch and still have the change from "newbranch"

However...

  1. From "master" create a new branch "newbranch" and checkout
  2. Make a change and save
  3. Commit changes
  4. Switch to "master"

Result: Changes have reverted to "master" branch and all is OK

Fix incoming...

Phillipus commented 4 years ago

Fixed.