(0000183)
administrator (administrator)
2014-08-03 13:21
|
The new platform version introduces 2 levels for locks: object lock and file lock are separated. These are the new rules:
1. if object is locked by another user you cannot lock it or perform other operations ( edit, fileput, progress..... )
2. if you have the unlock privilege, you may unlock a locked object, but now there is a flag to choice if extend or not the unlock to all attached files. So you can unlock the object but leave the locks on the files.
3. if a file is locked by another user you can't update (fileput) the same file (overwrite the file in the filespace)
4. if you download a locked file, you can unlock it only if you are the locker
5. you can upload and lock files even if there are other files locked by other users
There are two new commands : object filelock and object fileunlock to let the user to lock an unlocked file or unlock a previous locked file without the need to download it. Obviously a user can unlock only files locked by himself. |