BUG 9047 No muestra nada al ingresar a Authentication Sources, en ... SOLVED

- Se observo que habia un error en la parte de Autentication donde se ponia dos tipos de render.
- Se borro y adecuo los render.
This commit is contained in:
Marco Antonio Nina
2012-04-19 15:53:19 -04:00
parent ce7043bf52
commit a6934ac535
2 changed files with 3 additions and 4 deletions

View File

@@ -84,5 +84,5 @@ else {
$G_PUBLISH->AddContent('xmlform', 'xmlform', 'login/showMessage', '', array('MESSAGE' => 'File: ' . $fields['AUTH_SOURCE_PROVIDER'] . 'Edit.xml' . ' not exists.'));
}
}
}
G::RenderPage('publish', 'blank');
G::RenderPage('publish', 'blank');
}

View File

@@ -50,6 +50,5 @@ $_SESSION['_DBArray'] = $_DBArray;
$G_PUBLISH = new Publisher();
$oHeadPublisher =& headPublisher::getSingleton();
$oHeadPublisher->addExtJsScript('authSources/authSourcesListNew', false); //adding a javascript file .js
$oHeadPublisher->addExtJsScript('authSources/authSourcesListNew', true); //adding a javascript file .js
G::RenderPage('publish', 'extJs');
G::RenderPage('publish','blank');