fix
This commit is contained in:
@@ -144,6 +144,10 @@ define('views/record/kanban', ['views/record/list'], function (Dep) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.quickDetailDisabled) {
|
||||
return;
|
||||
}
|
||||
|
||||
let $quickView = $target.parent().closest(`[data-id="${id}"]`)
|
||||
.find(`ul.list-row-dropdown-menu[data-id="${id}"] a[data-action="quickView"]`);
|
||||
|
||||
|
||||
@@ -482,6 +482,10 @@ function (Dep, MassActionHelper, ExportHelper) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.quickDetailDisabled) {
|
||||
return;
|
||||
}
|
||||
|
||||
let $quickView = $target.parent().closest(`[data-id="${id}"]`)
|
||||
.find(`ul.list-row-dropdown-menu[data-id="${id}"] a[data-action="quickView"]`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user