PDA

View Full Version : Display Projectstatus is tasklist


pietjepuk1
01-12-06, 12:20 AM
Hi guys,

Does anyone of you have a good suggestion to solve the following;

In the main Task-page:
I want to display (next to the 'company title' + ' project title') the status of that project. I tried to get the project_status value into this task page, but without succes.

Please help me out with this.
Thanks!

Aramis
01-12-06, 01:21 AM
1. you take modules/tasks/tasks.php (stable_2)
2. line 110 you include in the list of fields project_status
3. line 332 you include $projectStatus = dPgetSysVal('ProjectStatus');
4. line 498 you include in the HTML after @$p["project_name"] . ' (' . $projectStatus[@$p['project_status']] . ')'

What do you think?

pietjepuk1
04-12-06, 05:15 PM
Wow! Thank you so much. Super!!!!!