Disable "Locked items" pop-up in the RTC eclipse client
Hi,
We have implemented some kind of auto-lock system so that once a change set is delivered every file within that change set is locked. It works fine, but let's say a developer wants to deliver a change in a file previously locked by him, every time he tries to do that a pop-up with the following message appears:
You have just delivered items that you have previously locked. Do you want to unlock these items so that other users can deliver?
And then the developer can unlock the items by pressing Yes button. We want to avoid developers to unlock the files by themselves. How can this pop-up be disabled so it will never appear?
EDIT:
Of course we are not expecting to do this by manually editing the Notification Dialogs preferences in every eclipse clients.
Regards,
Francisco.
Comments
Donald Nong
Nov 19 '15, 3:06 a.m.If you want to override this behind the scene, what if a file has been manually locked by the same developer?
Francisco Rodriguez
Nov 19 '15, 10:47 a.m.Hi Donald! I am sorry, I do not understand your question. The file is locked automatically, yes it is, but it is locked by the same user that delivers the change set so there is no difference between "manually" and "automatically" locking, at least in this context.
Donald Nong
Nov 19 '15, 9:26 p.m.I re-read your post and it appears that I misunderstood it. You don't want the developers to unlock the file, right? But still, the "manual" part comes to play. If a developer for some reason locks a file and forgets about it, what should happen if he delivers a change of the file? What I try to say is when you implement something, you need to consider all the use cases, not just one.