BUG 8550 testing 11 asignacion de usuarios en las tareas por... SOLVED

- Removing comments
This commit is contained in:
Marco Antonio Nina
2012-06-12 16:08:29 -04:00
parent f62907f55a
commit 8457ae3d23

View File

@@ -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));
} }