removing task properties, because it is incomplete and it is showing an alert js windows

This commit is contained in:
Fernando Ontiveros
2011-02-28 20:42:45 +00:00
parent be28b09d97
commit c6668c4bb8
2 changed files with 6 additions and 3 deletions

View File

@@ -122,12 +122,15 @@ MyWorkflow.prototype.AddTaskContextMenu= function(oShape)
]
},
scope: this
},
}
/* ,
{
text: 'Properties',
handler: taskExtObj.editTaskProperties,
scope: oShape
}]
}
*/
]
});
}

View File

@@ -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
});