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:
@@ -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');
|
||||
}
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user