Merged in bugfix/FBI-2362 (pull request #6451)
FBI-2362 Approved-by: Fabio Guachalla <fabio.guachalla@processmaker.com> Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com> Approved-by: Paula Quispe <paula.quispe@processmaker.com>
This commit is contained in:
@@ -15,14 +15,14 @@ var synchronizeGroupsLDAPADV = function() {
|
||||
};
|
||||
|
||||
var synchronizeDepartmentsButtonLDAPADV = new Ext.Action({
|
||||
text: 'Synchronize Departments',
|
||||
text: _('ID_DEPARTMENTS_SYNCHRONIZE'),
|
||||
iconCls: 'ICON_DEPARTAMENTS',
|
||||
disabled: true,
|
||||
handler: synchronizeDepartmentsLDAPADV
|
||||
});
|
||||
|
||||
var synchronizeGroupsButtonLDAPADV = new Ext.Action({
|
||||
text: 'Synchronize Groups',
|
||||
text: _('ID_GROUPS_SYNCHRONIZE'),
|
||||
iconCls: 'ICON_GROUPS',
|
||||
disabled: true,
|
||||
handler: synchronizeGroupsLDAPADV
|
||||
|
||||
Reference in New Issue
Block a user