netcreateorg / netcreate-2018

Please report bugs, problems, ideas in the project Issues page: https://github.com/netcreateorg/netcreate-2018/issues
Other
11 stars 2 forks source link

EdgeEdit Lock messages can cross each other. #203

Closed benloh closed 2 years ago

benloh commented 2 years ago
  1. Open one browser.
  2. Select node
  3. Select an edge and edit it
  4. Open second browser
  5. Open same edge -- the edge is not locked.

Do EdgeEditors need to check for db lock status before opening?

benloh commented 2 years ago

This might be OK. The Edit lock message is not displayed, but the request to edit does reject the edit request because of the lock.

Original bug was because mistakenly filed because there were two edges with the same source/targets and displayed in a different order.