Forum

[SOLVED] Kanban Act...
 
Notifications
Retirer tout

[SOLVED] Kanban Activity and actions do not show

2 Posts
2 Utilisateurs
0 Reactions
1,613 Vu
(@3m2t)
Posts: 2
Active Member
Début du sujet
 
[#7192]

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.


 
Posté : 13 Jan PM 15:011
Flou
 Flou
(@flou)
Posts: 253
Active 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 )" 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) 


 
Posté : 13 Jan PM 20:011
Share:
Retour en haut