https://forge.tine20.org/view.php?id=11904
Change-Id: Ib838e8b8388afc2ddb40475b99ca22c39c49d6b9
Reviewed-on: http://gerrit.tine20.com/customers/3197
Tested-by: Jenkins CI (http://ci.tine20.com/)
Reviewed-by: Philipp Schüle <p.schuele@metaways.de>
Tested-by: Philipp Schüle <p.schuele@metaways.de>
this.action_editProfile = new Ext.Action({
text: _('Edit Profile'),
- disabled: false,
+ disabled: ! Tine.Tinebase.common.hasRight('manage_own_profile', 'Tinebase'),
handler: this.onEditProfile,
iconCls: 'tinebase-accounttype-user'
});