BUG 8550 testing 11 asignacion de usuarios en las tareas por... SOLVED
- Removing comments
This commit is contained in:
@@ -542,7 +542,6 @@ class propelTable
|
|||||||
$template = PATH_CORE . 'templates' . PATH_SEP . $menu->type . '.html';
|
$template = PATH_CORE . 'templates' . PATH_SEP . $menu->type . '.html';
|
||||||
$menu->setValues($this->xmlForm->values);
|
$menu->setValues($this->xmlForm->values);
|
||||||
$menu->setValues(array( 'PAGED_TABLE_ID' => $this->id ));
|
$menu->setValues(array( 'PAGED_TABLE_ID' => $this->id ));
|
||||||
//$menu->setValues(array( 'PAGED_TABLE_FAST_SEARCH' => $this->fastSearch ));
|
|
||||||
if (isset($filterForm->name)) {
|
if (isset($filterForm->name)) {
|
||||||
$menu->setValues(array('SEARCH_FILTER_FORM' => $filterForm->name));
|
$menu->setValues(array('SEARCH_FILTER_FORM' => $filterForm->name));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user