* Fix bug #40443.
This commit is contained in:
@@ -944,5 +944,12 @@ $(function()
|
||||
{
|
||||
return validateResources(id);
|
||||
});
|
||||
|
||||
gantt.attachEvent("onRowDragStart", function(id, target, e) {
|
||||
//any custom logic here
|
||||
var task = gantt.getTask(id);
|
||||
if(task.type != 'task') return false;
|
||||
return true;
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user