Skip to content

Commit

Permalink
added a task mapping to the view helper
Browse files Browse the repository at this point in the history
  • Loading branch information
caseysoftware committed Nov 22, 2017
1 parent b3de793 commit d39a912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/w2p/Output/HTML/ViewHelper.class.php
Expand Up @@ -46,6 +46,7 @@ public function addField($fieldName, $fieldValue)
case 'company':
case 'department':
case 'project':
case 'task':
$class = 'C'.ucfirst($suffix);
$obj = new $class();
$obj->load($fieldValue);
Expand Down

0 comments on commit d39a912

Please sign in to comment.