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',
|
xtype : 'textfield',
|
||||||
width : 260,
|
width : 260,
|
||||||
allowBlank : false,
|
allowBlank : false,
|
||||||
|
hidden : (typeof EDITPROFILE != "undefined" && EDITPROFILE == 1)? true : false,
|
||||||
listeners: {
|
listeners: {
|
||||||
blur : function(ob)
|
blur : function(ob)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user