merge commit

This commit is contained in:
robvde 2013-10-15 21:38:03 +04:00
commit 346749ba4e
5 changed files with 41 additions and 21 deletions

View file

@ -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);

View file

@ -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());
}
}