change order by for abcents rollcall workflows
This commit is contained in:
@@ -525,7 +525,7 @@ public class WorkFlowApplication : IWorkFlowApplication
|
||||
result.Add(newItem);
|
||||
|
||||
}
|
||||
return result.OrderBy(x => x.DateTime).ToList();
|
||||
return result.OrderByDescending(x => x.DateTime).ToList();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user