PMCORE-2351 Advanced LDAP Improvements RM PMCORE-1299

This commit is contained in:
Roly Rudy Gutierrez Pinto
2020-12-11 15:22:55 -04:00
parent 9c1f954cfd
commit 1091a7eddb
27 changed files with 19917 additions and 153 deletions

View File

@@ -38,7 +38,7 @@ Ext.onReady(function() {
text : _('ID_BACK'),
iconCls: "button_menu_ext ss_sprite ss_arrow_left",
handler: function() {
location.href = '../authSources/authSources_List';
location.href = "../authenticationSources/index";
}
});

View File

@@ -71,7 +71,7 @@ Ext.onReady(function() {
handler: function ()
{
redirectPage("authSources_List");
location.href = "../authenticationSources/index";
}
});
}