Scheduler Service fixes
This commit is contained in:
parent
91d9ee7d99
commit
2cf0890e14
6 changed files with 37 additions and 44 deletions
|
@ -41,7 +41,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
public static List<BackgroundTask> GetProcessTasks(BackgroundTaskStatus status)
|
||||
{
|
||||
return ObjectUtils.CreateListFromDataReader<BackgroundTask>(
|
||||
DataProvider.GetProcessBackgroundTasks(SecurityContext.User.UserId, status));
|
||||
DataProvider.GetProcessBackgroundTasks(status));
|
||||
}
|
||||
|
||||
public static BackgroundTask GetTopTask(Guid guid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue