Hello Community,
Currently, multiple developers can open the same procedure in Edit mode at the same time, which increases the risk of overwritten changes, loss of work, and version conflicts.
I suggest implementing a concurrency control mechanism where:
- A procedure is locked as soon as it's opened in Edit mode.
- Other users see a message such as: "This procedure is currently being edited by [Username]."
- They can only access the procedure in read-only mode until it is released.
This feature would improve collaboration, ensure development integrity, and avoid accidental overwrites.