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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user