PHRAS-978 - fix task management form

This commit is contained in:
Florian BLOUET
2016-02-17 18:31:04 +01:00
parent dc7cfacc8c
commit 392f5bea7d
3 changed files with 94 additions and 77 deletions

View File

@@ -264,7 +264,6 @@ class TaskManagerController extends Controller
return $this->app->json(['success' => true]);
}
return $this->app->json([
'success' => false,
'message' => implode("\n", iterator_to_array($form->getErrors())),