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

@@ -29,7 +29,6 @@
</MNU_SEARCH>-->
<JS type="javascript">
<![CDATA[
getField('PAGED_TABLE_FAST_SEARCH').value = '';
function casesDelete(app) {
ajax_function('cases_Delete','','APP_UID='+encodeURIComponent(app));
@#PAGED_TABLE_ID.refresh();

View File

@@ -54,7 +54,6 @@
</MNU_SEARCH>-->
<JS type="javascript">
<![CDATA[
getField('PAGED_TABLE_FAST_SEARCH').value = '';
param = getURLParam("filtertit");
selectionHighlight(param);

View File

@@ -43,7 +43,6 @@
</MNU_SEARCH>-->
<JS type="javascript">
<![CDATA[
getField('PAGED_TABLE_FAST_SEARCH').value = '';
param = getURLParam("filter");
selectionHighlight(param);

View File

@@ -21,7 +21,6 @@
<JS type="javascript"><![CDATA[
getField('PAGED_TABLE_FAST_SEARCH').value = '';
function $_GET(q,s) {
s = (s) ? s : self.location.search;
var re = new RegExp('&'+q+'=([^&]*)','i');