Merge pull request #59 from marcoAntonioNina/BUG-8550
Bug 8550 asignacion de usuarios en las tareas por medio... SOLVED
This commit is contained in:
@@ -542,7 +542,6 @@ 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 ));
|
||||
if (isset($filterForm->name)) {
|
||||
$menu->setValues(array('SEARCH_FILTER_FORM' => $filterForm->name));
|
||||
}
|
||||
|
||||
@@ -24,7 +24,4 @@
|
||||
|
||||
<PAGED_TABLE_ID type="private"/>
|
||||
|
||||
<JS type="javascript">
|
||||
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
||||
</JS>
|
||||
</dynaForm>
|
||||
@@ -16,7 +16,4 @@
|
||||
|
||||
<PAGED_TABLE_ID type="private"/>
|
||||
|
||||
<JS type="javascript">
|
||||
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
||||
</JS>
|
||||
</dynaForm>
|
||||
@@ -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');
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
<fields_Order type="private" defaultValue="../dynaforms/fields_Order"/>
|
||||
<js type="javascript" replaceTags="1">
|
||||
<![CDATA[
|
||||
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
||||
var validatingForm;
|
||||
function fieldsAdd( type ){
|
||||
popupWindow('@G::LoadTranslation(ID_ADD) ' + type , '@G::encryptlink(@#fields_Edit)?A=@%URL&TYPE='+encodeURIComponent(type) , 510, 650, null,false,true);
|
||||
|
||||
@@ -5,7 +5,5 @@
|
||||
|
||||
<PAGED_TABLE_ID type="private"/>
|
||||
<PAGED_TABLE_FAST_SEARCH type="FastSearch" label="@G::LoadTranslation(ID_SEARCH)"/>
|
||||
<JS type="javascript">
|
||||
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
||||
</JS>
|
||||
|
||||
</dynaForm>
|
||||
@@ -6,7 +6,5 @@
|
||||
<en>Advanced Search</en>
|
||||
</MNU_SEARCH>-->
|
||||
<SEARCH_FILTER_FORM type="private"/>
|
||||
<JS type="javascript">
|
||||
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
||||
</JS>
|
||||
|
||||
</dynaForm>
|
||||
@@ -10,7 +10,6 @@
|
||||
<messages_Delete type="private" defaultValue="../messages/messages_Delete"/>
|
||||
<PAGED_TABLE_ID type="private"/>
|
||||
<js type="javascript" replaceTags="1"><![CDATA[
|
||||
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
||||
var currentPagedTable = @#PAGED_TABLE_ID;
|
||||
function messagesAdd(){
|
||||
popupWindow('@G::LoadTranslation(ID_ADD_MESSAGE)', '@G::encryptlink(@#messages_Edit)?PRO_UID=@%PRO_UID' , 500, 300 );
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
|
||||
<SEARCH_FILTER_FORM type="private"/>
|
||||
<JS type="javascript" replacetags="1"><![CDATA[
|
||||
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
||||
var panel;
|
||||
var panDel=function(link,uid)
|
||||
{
|
||||
|
||||
@@ -4,7 +4,5 @@
|
||||
>
|
||||
<PAGED_TABLE_ID type="private"/>
|
||||
<PAGED_TABLE_FAST_SEARCH type="FastSearch" label="@G::LoadTranslation(ID_SEARCH)"/>
|
||||
<JS type="javascript">
|
||||
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
||||
</JS>
|
||||
|
||||
</dynaForm>
|
||||
@@ -14,9 +14,6 @@
|
||||
<CONFIRM type="private"/>
|
||||
|
||||
<JS type="javascript"><![CDATA[
|
||||
|
||||
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
||||
|
||||
PROCESS_REQUEST_FILE = '../roles/roles_Ajax';
|
||||
PROCESS_REQUEST_FILE_USER = '../roles/roles_AddUser';
|
||||
|
||||
|
||||
@@ -5,7 +5,5 @@
|
||||
|
||||
<PAGED_TABLE_ID type="private"/>
|
||||
<PAGED_TABLE_FAST_SEARCH type="FastSearch" label="@G::LoadTranslation(ID_SEARCH)"/>
|
||||
<JS type="javascript">
|
||||
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
||||
</JS>
|
||||
|
||||
</dynaForm>
|
||||
@@ -7,8 +7,6 @@
|
||||
<PAGED_TABLE_ID type="private"/>
|
||||
|
||||
<JS type="javascript" replaceTags="1">
|
||||
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
||||
|
||||
function editCondition(uid, sStepTitle)
|
||||
{
|
||||
popupWindow('@G::LoadTranslation(ID_EDIT_CONDITIONS_OF_STEP)' + ': ' + sStepTitle, '@G::encryptLink(@#URL_CONDITIONS_EDIT)?UID='+ uid , 500, 216);
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
|
||||
<JS type="javascript" replaceTags="1">
|
||||
<![CDATA[
|
||||
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
||||
/*
|
||||
document.onkeypress=function(e){
|
||||
var esIE=(document.all);
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
<CONFIRM type="private"/>
|
||||
|
||||
<JS type="javascript"><![CDATA[
|
||||
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
||||
var simpleUserDelete = function(sUser) {
|
||||
new leimnud.module.app.confirm().make({
|
||||
label:'@#CONFIRM',
|
||||
|
||||
@@ -5,7 +5,5 @@
|
||||
|
||||
<PAGED_TABLE_ID type="private"/>
|
||||
<PAGED_TABLE_FAST_SEARCH type="FastSearch" label="@G::LoadTranslation(ID_SEARCH)"/>
|
||||
<JS type="javascript">
|
||||
getField('PAGED_TABLE_FAST_SEARCH').value = '';
|
||||
</JS>
|
||||
|
||||
</dynaForm>
|
||||
Reference in New Issue
Block a user