Forum

[SOLVED] Kanban wit...
 
Notifications
Retirer tout

[SOLVED] Kanban with activity and Actions

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

Hello,

Congratulations for your product.
I would create Kanban for activity and actions, but unfortunately, activities or actions do not show on the column. It works well on ticketing and requierements.

I read the the User guide and the forum but I didn't see the solution.

Thanks a lot for your answer.


 
Posté : 13 Jan PM 14:011
Flou
 Flou
(@flou)
Posts: 253
Active Member
 

Hello, 

thank you for the return indeed there is an error, I have already replied on another post and giving the correction, I'll let you see that: link to correction

 


 
Posté : 13 Jan PM 20:011
(@bvd)
Posts: 124
Active Member
 

Hi,

Same behaviour, same problem, same version, but solution provided did'nt work for me.

Here are the lines modified in /var/www/html/pilot/view/kanbanView.php :

$query="SELECT $tableName.id as id,
                $tableName.name as name,
                $tableName.id".$typeKanbanC."Type as idtickettype,
                $tableName.idStatus as idstatus,
                if(property_exists($typeKanbanC, "idUrgency"))$query.="$tableName.idUrgency as idurgency,";
                $tableName.idProject as idproject,";

Something wrong ?

Regards


 
Posté : 14 Jan PM 13:011
(@bvd)
Posts: 124
Active Member
 

SOLVED : his is the right way to correct (I did a mistake) :
$query="SELECT $tableName.id as id,
$tableName.name as name,
$tableName.id".$typeKanbanC."Type as idtickettype,
$tableName.idStatus as idstatus,
$tableName.idProject as idproject,";
if(property_exists($typeKanbanC, "idUrgency"))$query.="$tableName.idUrgency as idurgency,";
if(property_exists($typeKanbanC, "idPriority")) {


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