merge commit
This commit is contained in:
commit
346749ba4e
5 changed files with 41 additions and 21 deletions
|
@ -619,7 +619,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
|
||||
BackgroundTask topTask = TaskManager.TopTask;
|
||||
|
||||
topTask.ItemId = userId;
|
||||
topTask.ItemId = result.Result;
|
||||
topTask.UpdateParamValue("SendLetter", sendLetter);
|
||||
|
||||
TaskController.UpdateTaskWithParams(topTask);
|
||||
|
@ -724,7 +724,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
|
||||
BackgroundTask topTask = TaskManager.TopTask;
|
||||
|
||||
topTask.ItemId = userId;
|
||||
topTask.ItemId = result.Result;
|
||||
topTask.UpdateParamValue("Signup", signup);
|
||||
topTask.UpdateParamValue("UserId", userId);
|
||||
topTask.UpdateParamValue("SendLetter", sendLetter);
|
||||
|
|
|
@ -3488,7 +3488,8 @@ namespace WebsitePanel.EnterpriseServer
|
|||
}
|
||||
catch(Exception e)
|
||||
{
|
||||
TaskManager.WriteWarning("Error on enabling zoo engines for site '{0}': {1}", siteId, e.ToString());
|
||||
// TODO: write to right place debug warning message
|
||||
// TaskManager.WriteWarning("Error on enabling zoo engines for site '{0}': {1}", siteId, e.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue