removing task properties, because it is incomplete and it is showing an alert js windows
This commit is contained in:
@@ -122,12 +122,15 @@ MyWorkflow.prototype.AddTaskContextMenu= function(oShape)
|
||||
]
|
||||
},
|
||||
scope: this
|
||||
},
|
||||
}
|
||||
/* ,
|
||||
{
|
||||
text: 'Properties',
|
||||
handler: taskExtObj.editTaskProperties,
|
||||
scope: oShape
|
||||
}]
|
||||
}
|
||||
*/
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -3221,7 +3221,7 @@ ProcessOptions.prototype.addTriggers = function()
|
||||
|
||||
var btnProperties = new Ext.Button({
|
||||
id: 'btnProperty',
|
||||
text: _('ID_Properties'),
|
||||
text: _('ID_PROPERTIES'),
|
||||
iconCls: 'button_menu_ext ss_sprite ss_application_edit',
|
||||
handler: editProperties
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user