clarence_17 wrote:
Thanks.
When two users are logged in simultaneously, the tool doesn't have the ability to detect if another user is editing the same issue. As a result, the 'other' user can delete the issue which is being updated by another.BugNET uses optimistic concurrency by design which does not lock rows.
Thanks.