View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - todo list - ProjeQtOr
 
 

todo list

More
13 Feb 2023 13:40 #1 by mkavurcic
todo list was created by mkavurcic
Please review the following:
  • todo list items (status - "in progress") on activity (status all but "done") display on today screen as well as on todo list screen - that's ok
  • todo list items (status - "done") on activity (status all but "done") don't display on today screen but display on todo list screen when "done" field checked - that's ok
  • todo list items (status - "in progress") on activity (status "done") display on today screen but don't display on todo list screen - that's odd
  • todo list items (status - "done") on activity (status "done") don't display on today screen - that's ok, and can't be displayed on todo list screen even when "done" field checked - this may be ok - if only todo items of not done activities were supposed to be shown, and may not be ok - if you want to review all todo list items in your project
thanks

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

More
18 Feb 2023 17:10 #2 by babynus
Replied by babynus on topic todo list
Todo in Today screen shows the Todo depending on Todo Status only.
Only Todo for Closed activities are hidden.
Todo "in progress" for activities "done" are displayed : it may be a delivery task, bug fixing, closure request, ...

Hiding all Todo for done activities on Todo screen is weird. 
We'll have a look and possibly fix this.
 

Babynus
Administrator of ProjeQtOr web site

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

More
21 Feb 2023 12:41 - 22 Feb 2023 10:53 #3 by mkavurcic
Replied by mkavurcic on topic todo list
in SubTask.php line 580 I adapted few lines of code and now it works (for me); please try and check if all privs. and sec.features are preserved

if (
#mk($element->idle==1) or ($element->done==1) or
($rightUpdate=='NO' and $rightRead=='NO') or (!$rightUpdate and !$rightRead))continue;

$where="refType= '".$obj."' and refId = ".$element->id;
$crit=array();
if(!$showClosedSubTask and !$showDoneSubTask ){
$crit=array("done"=>'0',"idle"=>'0');
}else if($showDoneSubTask and !$showClosedSubTask){
$crit=array("done"=>'1',"idle"=>'0');
//mk add
}else if($showDoneSubTask and $showClosedSubTask){
$crit=array("done"=>'0',"idle"=>'1');
}


further, I suggest to supply ResponsibleTodoList parameter in Today.php, line 43
 public static $staticList=array('Projects','AssignedTasks','ResponsibleTasks', 'AccountableTasks', 'IssuerRequestorTasks','ProjectsTasks','ResponsibleTodoList','Documents');
Last edit: 22 Feb 2023 10:53 by mkavurcic. Reason: additional suggestion

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

More
24 Feb 2023 11:25 #4 by babynus
Replied by babynus on topic todo list
Hi,

Thanks for you fix.
We already fixed this issue, not the way you propose, but I think it will give same result.

Babynus
Administrator of ProjeQtOr web site

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

Moderators: babynusprotion
Time to create page: 0.049 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.