Update model.php
This commit is contained in:
@@ -1933,7 +1933,7 @@ class kanbanModel extends model
|
||||
$this->dao->insert(TABLE_KANBAN)->data($kanban)
|
||||
->autoCheck()
|
||||
->batchCheck($this->config->kanban->create->requiredFields, 'notempty')
|
||||
->checkIF(!empty($kanban->name), 'name', 'unique')
|
||||
->check('name', 'unique')
|
||||
->exec();
|
||||
|
||||
if(!dao::isError())
|
||||
|
||||
Reference in New Issue
Block a user