CPNV-ES / GPNV

Gestion de projet à la sauce CPNV-Info
0 stars 2 forks source link

La vue d'une tâche plante si elle est parente d'une autre #38

Open QuentinNev opened 5 years ago

QuentinNev commented 5 years ago

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 :