Changeset 1691
- Timestamp:
- 03/09/10 10:33:54 (5 months ago)
- Location:
- trunk/plugins
- Files:
-
- 1 added
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/ullFlowPlugin/lib/generator/columnConfigCollection/UllFlowDocColumnConfigCollection.class.php
r1688 r1691 36 36 ->setLabel(__('Workflow', null, 'ullFlowMessages')) 37 37 ; 38 39 $this['ull_project_id'] 40 ->setLabel(__('Project', null, 'ullTimeMessages')) 41 ; 38 42 39 43 if ($this->isListAction()) -
trunk/plugins/ullFlowPlugin/lib/search/ullFlowDocSearchConfig.php
r900 r1691 35 35 $sfeArray = array(); 36 36 37 // $sfe = new ullSearchFormEntry(); 38 // $sfe->columnName = "assigned_to_ull_entity_id"; 39 // $sfeArray[] = $sfe; 40 37 41 $sfe = new ullSearchFormEntry(); 38 $sfe->columnName = " assigned_to_ull_entity_id";39 $sfeArray[] = $sfe; 42 $sfe->columnName = "ull_project_id"; 43 $sfeArray[] = $sfe; 40 44 41 45 $sfe = new ullSearchFormEntry();
