BUG 8353 Create permission for users to make certain changes to their... SOLVED

- There is already a permit PM_EDITPERSONALINGO.
- The not editable fields are: Replaced by, Expiration Date, calendar, status, role.
This commit is contained in:
Marco Antonio Nina
2012-09-10 09:24:12 -04:00
parent 7a59729a91
commit dfae80dcac

View File

@@ -287,10 +287,11 @@ Ext.onReady(function () {
fieldLabel : _("ID_REPLACED_BY"),
hiddenName : "USR_REPLACED_BY",
id : "USR_REPLACED_BY",
readOnly : readMode,
store : storeReplacedBy,
valueField : "USR_UID",
displayField : "USER_FULLNAME",
emptyText : TRANSLATIONS.ID_SELECT,
emptyText : (readMode)? ' ': TRANSLATIONS.ID_SELECT,
width : 180,
selectOnFocus : true,
editable : false,