Book a Demo

Author Topic: Better handling of locking/unlocking  (Read 7283 times)

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Better handling of locking/unlocking
« on: November 12, 2003, 01:27:13 pm »
Hi,

we have team of 20 people (and possibly more in the future) using EA to model a large project. We have enabled security in the way that requires users to lock the objects in order to edit them.
However, in some cases when we try to lock the objects, no error message is displayed but the object is not locked... when I check in the "Manage locks" window, I can see that it is locked for someone else already. It would be nice if the message "This object has been already locked by someone else" appeared consistently.
Also, would it be possible to display name of the user who has locked the object? I know that it can be found in the "Manage locks" window, but in a project with thousands of objects, this might get a bit inconvenient and time consuming.
Even better, displaying the object status directly in the project browser window, or at least on the mouseover would definitely help!

Thank you.

Bruno

Tjerk

  • EA User
  • **
  • Posts: 231
  • Karma: +1/-0
    • View Profile
Re: Better handling of locking/unlocking
« Reply #1 on: November 13, 2003, 02:12:32 am »
Thanks Bruno. I also would like to see those improvements on locking.

Tjerk

mbc

  • EA User
  • **
  • Posts: 237
  • Karma: +1/-0
  • Embedded software developer
    • View Profile
Re: Better handling of locking/unlocking
« Reply #2 on: November 13, 2003, 02:18:49 am »
The best solution would be if locking and version control were integrated.
Ideally, the whole project would be kept in the version control system, and when someone wants to edit something, he checks it out (and hereby lock it). When he finishes editing, he checks it in (and hereby unlocks it). That is how we work on source code. The model should be no different.

Mikkel