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({
|
var synchronizeDepartmentsButtonLDAPADV = new Ext.Action({
|
||||||
text: 'Synchronize Departments',
|
text: _('ID_DEPARTMENTS_SYNCHRONIZE'),
|
||||||
iconCls: 'ICON_DEPARTAMENTS',
|
iconCls: 'ICON_DEPARTAMENTS',
|
||||||
disabled: true,
|
disabled: true,
|
||||||
handler: synchronizeDepartmentsLDAPADV
|
handler: synchronizeDepartmentsLDAPADV
|
||||||
});
|
});
|
||||||
|
|
||||||
var synchronizeGroupsButtonLDAPADV = new Ext.Action({
|
var synchronizeGroupsButtonLDAPADV = new Ext.Action({
|
||||||
text: 'Synchronize Groups',
|
text: _('ID_GROUPS_SYNCHRONIZE'),
|
||||||
iconCls: 'ICON_GROUPS',
|
iconCls: 'ICON_GROUPS',
|
||||||
disabled: true,
|
disabled: true,
|
||||||
handler: synchronizeGroupsLDAPADV
|
handler: synchronizeGroupsLDAPADV
|
||||||
|
|||||||
Reference in New Issue
Block a user