Si une tâche est référencée comme parent dans une autre, la génération de sa vue plante avec cette exception :
Method Illuminate\View\View::__toString() must not throw an exception, caught ErrorException: array_unique() expects parameter 1 to be array, object given (View: C:\projects\GPNV\resources\views\project\task.blade.php) {"userId":1,"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalErrorException(code: 1): Method Illuminate\\View\\View::__toString() must not throw an exception, caught ErrorException: array_unique() expects parameter 1 to be array, object given (View: C:\\projects\\GPNV\
esources\\views\\project\\task.blade.php) at C:\\projects\\GPNV\\app\\Http\\Controllers\\TaskController.php:0)
Pour rappel :
La vue en question est le fichier /resources/views/project/task.blade.php
Toutes les vues de tâche générées pour un projet son concaténées et retournées à l'appel ajax qui mettra à jour l'index des tâches
Si une tâche est référencée comme parent dans une autre, la génération de sa vue plante avec cette exception :
Pour rappel :
/resources/views/project/task.blade.php