compose upgrade
This commit is contained in:
@@ -506,7 +506,8 @@ func ParseMxGraph(username, workflowName, xmlData string) (err error, mxissues [
|
||||
}
|
||||
|
||||
if currentWorkflow.Schedules.IsBooked {
|
||||
return errors.New("Can't modify a booked workflow"), nil
|
||||
//well, let's allow that
|
||||
//return errors.New("Can't modify a booked workflow"), nil
|
||||
}
|
||||
|
||||
var xmlModel MxGraphModel
|
||||
|
||||
Reference in New Issue
Block a user