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, besides a validation for triggers was written.
This commit is contained in:
Marco Antonio Nina
2012-06-25 12:18:22 -04:00
parent 5a7624b474
commit 3624ccbe69

View File

@@ -564,6 +564,7 @@ class propelTable
if (isset($_SESSION))
$_SESSION[$filterForm->id]=$filterForm->values;
}
}
/********** CONTENT BLOCK ***************/
@@ -786,6 +787,7 @@ var popupHeight<?php echo '='.$this->popupHeight?>;
//unset($this->dbc);
//unset($this->ses);
$_SESSION['pagedTable['.$this->id.']']= serialize($this);
$this->fastSearch = '';
return;
}
/**