format Date for horrible date name
This commit is contained in:
@@ -243,7 +243,7 @@ func (d *WorkflowExecution) bookEach(executionsID string, wfID string, dt tools.
|
||||
bookingItem := &booking.Booking{
|
||||
AbstractObject: utils.AbstractObject{
|
||||
UUID: uuid.New().String(),
|
||||
Name: d.GetName() + "_" + executionsID + "_" + wfID,
|
||||
Name: priced.GetName() + "_" + executionsID[:8] + " " + start.Format("2006-01-02 15:04"),
|
||||
IsDraft: true,
|
||||
},
|
||||
PricedItem: m,
|
||||
|
||||
Reference in New Issue
Block a user