Ability to be unlocked only with the permission of the person who set the lock
With the current file locking feature, even if a file is locked, it can be unlocked by another user.
In this case, the file that was originally supposed to be updated cannot be updated and is saved as another file.
The result is a lot of conflict files and a lot of work to merge all the information.
[The features we want]
When editing a file, the file is completely locked.
If other users want to edit this file, they will ask the user who locked it to unlock it.
It will only be unlocked if the user who put the lock allows it.
It would be even better if we could select "anyone can unlock" and "requires unlock request" from the admin console.
<ロックを設定した人の許可があった場合にのみロックを解除できる機能>
現在のファイル ロック機能では、ファイルがロックされていても、別のユーザーがロックを解除できます。
この場合、本来更新されるはずだったファイルは更新できず、別ファイルとして保存されてしまいます。
その結果、多くの競合ファイルが発生し、すべての情報をマージするには多大な作業が必要になります。
[私たちが求める機能]
ファイルを編集するとき、ファイルは完全にロックされます。
他のユーザーがこのファイルを編集したい場合は、ファイルをロックしたユーザーにロックを解除するよう依頼します。
ロックを設定したユーザーが許可した場合にのみロックが解除されます。
管理コンソールから「誰でもロック解除可能」と「ロック解除リクエストが必要」を選択できるとさらに良いと考えています。