PDA

View Full Version : Task problem ??


PHPycho
16-05-07, 03:28 PM
hello forums!!
I am getting a serious problem in task module..
when a task is created and task status is changed other than defualt one. then that task is not displayed in the task list. But if the task status is changed to default one ie 0 then it displays.
I am not getting the problem..Please help me ..
Awaiting for your help..
Thanks in advance to all of you

Aramis
16-05-07, 05:20 PM
Check the value of the task status filter in the top right part of the screen...

PHPycho
16-05-07, 07:39 PM
the value is 0 for the default one..
if another status say x with value 2 is selected ...then that task is not shown in the list...
This problem in aching my head.
Please help me..its urgent..
thanks in advance to all of your

pedroa
16-05-07, 09:38 PM
I already recommended not to touch the task status lookup values, but the types instead.
The list is coded to show active and inactive tasks which have hardcoded values.

Pedro A.

PHPycho
17-05-07, 02:44 PM
Suppose i added three new status in the lookup values ie x,y,z..with values 1,2,3 respectively..
how it can be displayed using showTask() function in the tasks.class.php ?

Any Idea ??
Awaiting for the help of forums..
Thanks in advance to all of you