sdaps / sdaps-web

Django frontend for SDAPS
GNU Affero General Public License v3.0
6 stars 3 forks source link

Lock to prevent multiple concurrent edits #5

Open benzea opened 5 years ago

benzea commented 5 years ago

We currently allow multiple people to open the editor at the same time. However, this will lead to inconsistencies in the state between the clients and they will simply overwrite each others modifications.

The simple solution would be to prevent multiple editor views to be opened at the same time.