mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 11:33:49 +00:00
cs: Second part - ignore test/app
subdirectory.
This commit is contained in:
@@ -92,8 +92,8 @@ class TaskController extends AbstractController
|
||||
array_filter(
|
||||
$workflow->getEnabledTransitions($task),
|
||||
function (Transition $t) use ($transition) {
|
||||
return $t->getName() === $transition;
|
||||
}
|
||||
return $t->getName() === $transition;
|
||||
}
|
||||
))[0];
|
||||
|
||||
$form = $this->createTransitionForm($task);
|
||||
|
Reference in New Issue
Block a user