mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3786 - Fix object locked hint (on activity panel) not displayed until message removed
This commit is contained in:
@@ -1081,10 +1081,6 @@ $(function()
|
||||
_UpdateLockDependencies: function (sNewLockStatus, sMessage) {
|
||||
const sOldLockStatus = this.options.lock_status;
|
||||
|
||||
if (sOldLockStatus === sNewLockStatus) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Update lock indicator
|
||||
this.options.lock_status = sNewLockStatus;
|
||||
this.element.find(this.js_selectors.lock_message).text(sMessage);
|
||||
|
||||
Reference in New Issue
Block a user