Merge pull request #1580 from Jennydmz/BUG-11272
BUG 11272 Processmaker don't have to let edit UserName and Role.
This commit is contained in:
@@ -421,6 +421,7 @@ Ext.onReady(function () {
|
||||
xtype : 'textfield',
|
||||
width : 260,
|
||||
allowBlank : false,
|
||||
hidden : (typeof EDITPROFILE != "undefined" && EDITPROFILE == 1)? true : false,
|
||||
listeners: {
|
||||
blur : function(ob)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user