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:
julceslauhub
2013-04-17 13:38:26 -07:00

View File

@@ -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)
{