Good afternoon,
i have an issue with the brand new version 9.0.2 (thks a lot for the new interface), kanban actually don't work anymore
i found this message in the logException-[42S22] SQLSTATE[42S22]: Column not found: 1054 Unknown column 'activity.idUrgency' in 'field list'
I have from some other topic to unselect the column from the visualization, but i cannot find a way to to that in the Kanban view
Thks in advance,
Stefano
Good afternoon,
Same things for me since the update from 9.0.1 to 9.0.2.
The number of activities exists but columns remain empty
I've just went back to V9.0.1 and the kanban screen displays correct infoGood afternoon,
Same things for me since the update from 9.0.1 to 9.0.2.
The number of activities exists but columns remain empty
I've just went back to V9.0.1 and the kanban screen displays correct information.
Best regards
Stephane
Best regards
Stephane
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 ['idurgency'])" to "if(isset($line ['idurgency'])) "
- in KanBanview.php
delete "$tableName.idUrgency as idurgency," (ligne 694)
and add " if(property_exists($typeKanbanC, "idUrgency"))$query.="$tableName.idUrgency as idurgency,"; " (ligne 695)
