This commit is contained in:
Yuri Kuznetsov
2024-07-16 19:44:54 +03:00
parent a4e694412c
commit 3355ee7192
+1 -1
View File
@@ -385,7 +385,7 @@ class KanbanRecordView extends ListRecordView {
}
if ('canCreate' in this.options) {
this.isCreatable = this.options.isCreatable;
this.isCreatable = this.options.canCreate;
} else {
this.isCreatable = this.statusFieldIsEditable && this.getAcl().check(this.entityType, 'create');
}