mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-01-11 11:28:42 +00:00
Merge branch 'develop' of https://github.com/Orange-Management/oms-Kanban into develop
This commit is contained in:
commit
533e53371f
|
|
@ -400,7 +400,7 @@ class KanbanCard implements \JsonSerializable
|
|||
*/
|
||||
public static function createFromTask(Task $task) : self
|
||||
{
|
||||
$card = new self();
|
||||
$card = new self();
|
||||
$card->ref = $task->getId();
|
||||
|
||||
return $card;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user