Hello,
I'm a new user. I'm trying to make an Activity Kanban but the activities don't show in the Kanban.
The Kanban work correctly for ticketing and requirements.
Somebody have the same problems?
Best regards.
Hello,
indeed there is an issue, ticket #5178 as recorded, the fix will be realeased for v9.0.3.
For fixed this:
- in kanbanConstructPrinc.php (ligne 29)
replace "if($line )" to "if(isset($line )) "
- in KanBanview.php
delete "$tableName.idUrgency as idurgency," (ligne 694)
and add " if(property_exists($typeKanbanC, "idUrgency"))$query.="$tableName.idUrgency as idurgency,"; " (ligne 695)