Hi,
I've got a Dashlet which shows some Actions. I've got a custom field "Completed" which I want to enable as a Filter.
I've opened the dashlet file, and added the 'completed' => array('default => ''), line
$dashletData['PRD_ActionsDashlet']['searchFields'] = array('date_entered' => array('default' => ''),
'date_modified' => array('default' => ''),
'completed' => array('default' => ''),
The problem is it now shows a label for that field but the text -- Not Implemented --
What am I missing?


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks