Большое обновление
1. Создание личных проектов 2. Управление командой 3. Приглашение участников 4. Уведомления и многое другое...
This commit is contained in:
@@ -14,6 +14,7 @@ class Task extends BaseEntity {
|
||||
public $date;
|
||||
public $date_closed;
|
||||
public $id_account;
|
||||
public $create_id_account; // ID создателя задачи
|
||||
public $title;
|
||||
public $descript;
|
||||
public $descript_full;
|
||||
@@ -69,6 +70,7 @@ class Task extends BaseEntity {
|
||||
'column_id' => $this->column_id,
|
||||
'date' => $this->date ?: null,
|
||||
'id_account' => $this->id_account,
|
||||
'create_id_account' => $this->create_id_account,
|
||||
'title' => $this->title,
|
||||
'descript' => $this->descript ?: null,
|
||||
'descript_full' => $this->descript_full ?: null,
|
||||
@@ -255,6 +257,7 @@ class Task extends BaseEntity {
|
||||
'id_department',
|
||||
'id_label',
|
||||
'id_account',
|
||||
'create_id_account',
|
||||
'order',
|
||||
'column_id',
|
||||
'date',
|
||||
|
||||
Reference in New Issue
Block a user