compose upgrade

This commit is contained in:
ycc
2023-10-18 11:01:41 +02:00
parent 88c21d1828
commit 153e576827
8 changed files with 40 additions and 17 deletions

View File

@@ -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