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:
@@ -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();
|
||||
|
||||
@@ -54,7 +54,6 @@
|
||||
</MNU_SEARCH>-->
|
||||
<JS type="javascript">
|
||||
<![CDATA[
|
||||
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
||||
param = getURLParam("filtertit");
|
||||
selectionHighlight(param);
|
||||
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
</MNU_SEARCH>-->
|
||||
<JS type="javascript">
|
||||
<![CDATA[
|
||||
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
||||
param = getURLParam("filter");
|
||||
selectionHighlight(param);
|
||||
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user