Fix for #2537 (Impossible to set Denied Column Value from user table)

This commit is contained in:
Ozzie Isaacs 2022-09-20 19:10:45 +02:00
parent b898b37e29
commit 67bc23ee0c
1 changed files with 2 additions and 2 deletions

View File

@ -548,11 +548,11 @@ $(function() {
},
});
$("#user-table").on("click-cell.bs.table", function (field, value, row, $element) {
/*$("#user-table").on("click-cell.bs.table", function (field, value, row, $element) {
if (value === "denied_column_value") {
confirmDialog("btndeluser", "GeneralDeleteModal", $element.id, user_handle);
}
});
});*/
$("#user-table").on("check.bs.table check-all.bs.table uncheck.bs.table uncheck-all.bs.table",
function (e, rowsAfter, rowsBefore) {