This commit is contained in:
@@ -1279,7 +1279,7 @@ namespace AyaNova.Biz
|
||||
AyaType = AyaType.WorkOrder,
|
||||
ObjectId = o.WorkOrderId,
|
||||
NotifySubscriptionId = sub.Id,
|
||||
Name = WorkorderInfo.Serial.ToString()
|
||||
Name = $"{WorkorderInfo.Serial.ToString()} - {wos.Name}"
|
||||
};
|
||||
await ct.NotifyEvent.AddAsync(n);
|
||||
log.LogDebug($"Adding NotifyEvent: [{n.ToString()}]");
|
||||
@@ -1304,12 +1304,12 @@ namespace AyaNova.Biz
|
||||
{
|
||||
NotifyEvent n = new NotifyEvent()
|
||||
{
|
||||
EventType = NotifyEventType.WorkorderStatusChange,
|
||||
EventType = NotifyEventType.WorkorderStatusAge,
|
||||
UserId = sub.UserId,
|
||||
AyaType = AyaType.WorkOrder,
|
||||
ObjectId = o.WorkOrderId,
|
||||
NotifySubscriptionId = sub.Id,
|
||||
Name = WorkorderInfo.Serial.ToString()
|
||||
Name = $"{WorkorderInfo.Serial.ToString()} - {wos.Name}"
|
||||
};
|
||||
await ct.NotifyEvent.AddAsync(n);
|
||||
log.LogDebug($"Adding NotifyEvent: [{n.ToString()}]");
|
||||
|
||||
Reference in New Issue
Block a user