gestion suppression label statut
This commit is contained in:
parent
0989e4762c
commit
37968a3728
|
@ -667,7 +667,7 @@ class ScrumController extends AbstractController
|
|||
"rowcol" => $rowcol,
|
||||
"idcol" => $idcol,
|
||||
"nmcol" => $nmcol,
|
||||
"color" => $issue->getScrumcolumn()->getGiteajson()["color"],
|
||||
"color" => ($issue->getScrumcolumn()?$issue->getScrumcolumn()->getGiteajson()["color"]:$firstcolumn->getGiteajson()["color"]),
|
||||
"nbjrs" => 0,
|
||||
];
|
||||
}
|
||||
|
@ -677,7 +677,7 @@ class ScrumController extends AbstractController
|
|||
"rowcol" => $rowcol,
|
||||
"idcol" => $idcol,
|
||||
"nmcol" => $nmcol,
|
||||
"color" => $issue->getScrumcolumn()->getGiteajson()["color"],
|
||||
"color" => ($issue->getScrumcolumn()?$issue->getScrumcolumn()->getGiteajson()["color"]:$firstcolumn->getGiteajson()["color"]),
|
||||
"nbjrs" => 0,
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue