Concurrent lock: Fix ownership handler in the backoffice

- Lost lock message will only be displayed once instead of being stacked every 60s 🤪
- Action buttons (except "Cancel") are disabled when the lock expires (regression from 3.0.0)
- Modal window is now larger
This commit is contained in:
Molkobain
2021-02-18 14:32:36 +01:00
parent 00008528a6
commit 38c6f8c76f
2 changed files with 10 additions and 7 deletions

View File

@@ -2394,6 +2394,7 @@ EOF
}
}
}
$oPage->SetContentType('application/json');
$oPage->add(json_encode($aResult));
break;