Forum

[SOLVED] Kanban not...
 
Notifications
Retirer tout

[SOLVED] Kanban not working

3 Posts
3 Utilisateurs
0 Reactions
2,092 Vu
(@tost)
Posts: 5
Active Member
Début du sujet
 
[#7194]

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


 
Posté : 13/01/2021 6:03 pm
(@_sl_)
Posts: 6
Active Member
 

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


 
Posté : 13/01/2021 7:38 pm
Flou
 Flou
(@flou)
Posts: 253
Reputable Member
 

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) 

 


 
Posté : 13/01/2021 7:48 pm
Share:
Retour en haut