View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - [SOLVED] Kanban with activity and Actions - ProjeQtOr
 
 

[SOLVED] Kanban with activity and Actions

More
13 Jan 2021 12:02 #1 by 3m2t
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.

Please Log in or Create an account to join the conversation.

More
13 Jan 2021 18:10 #2 by Flou
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

 

Please Log in or Create an account to join the conversation.

More
14 Jan 2021 11:08 #3 by bvd
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

Please Log in or Create an account to join the conversation.

More
14 Jan 2021 11:38 #4 by bvd
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")) {

Please Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.037 seconds

Cookies settings

×

Functional Cookies

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Please login to see yours activities!

Other cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.