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

- We verified that in searches reappears previous value.
- Was modified the class.propelTable for not to show the parameter in the following search.
This commit is contained in:
Marco Antonio Nina
2012-06-12 14:48:21 -04:00
parent 188d538c52
commit f62907f55a
19 changed files with 6 additions and 36 deletions

View File

@@ -542,7 +542,7 @@ class propelTable
$template = PATH_CORE . 'templates' . PATH_SEP . $menu->type . '.html';
$menu->setValues($this->xmlForm->values);
$menu->setValues(array( 'PAGED_TABLE_ID' => $this->id ));
$menu->setValues(array( 'PAGED_TABLE_FAST_SEARCH' => $this->fastSearch ));
//$menu->setValues(array( 'PAGED_TABLE_FAST_SEARCH' => $this->fastSearch ));
if (isset($filterForm->name)) {
$menu->setValues(array('SEARCH_FILTER_FORM' => $filterForm->name));
}