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
|
scope: this
|
||||||
},
|
}
|
||||||
|
/* ,
|
||||||
{
|
{
|
||||||
text: 'Properties',
|
text: 'Properties',
|
||||||
handler: taskExtObj.editTaskProperties,
|
handler: taskExtObj.editTaskProperties,
|
||||||
scope: oShape
|
scope: oShape
|
||||||
}]
|
}
|
||||||
|
*/
|
||||||
|
]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3221,7 +3221,7 @@ ProcessOptions.prototype.addTriggers = function()
|
|||||||
|
|
||||||
var btnProperties = new Ext.Button({
|
var btnProperties = new Ext.Button({
|
||||||
id: 'btnProperty',
|
id: 'btnProperty',
|
||||||
text: _('ID_Properties'),
|
text: _('ID_PROPERTIES'),
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_application_edit',
|
iconCls: 'button_menu_ext ss_sprite ss_application_edit',
|
||||||
handler: editProperties
|
handler: editProperties
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user