fix kanban

This commit is contained in:
yuri
2018-04-23 14:01:17 +03:00
parent 1c8f0c7d9c
commit 90d5c9eca6
+2
View File
@@ -495,6 +495,8 @@ Espo.define('views/record/kanban', ['views/record/list'], function (Dep) {
if ($column.size()) {
$column.prepend($item);
} else {
$item.remove();
}
},