mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-01 17:24:42 -05:00
Added more options to job changes and elaborated error messages (#775)
* job step type and error message details change * added newline for both environments * checked for inner exceptions * sorted imports
This commit is contained in:
@@ -659,10 +659,11 @@ namespace Microsoft.SqlTools.ServiceLayer.Agent
|
||||
if (jobInfo != null)
|
||||
{
|
||||
this.currentName = jobInfo.Name;
|
||||
this.owner = jobInfo.Owner;
|
||||
this.description = jobInfo.Description;
|
||||
this.enabled = jobInfo.Enabled;
|
||||
this.Owner = jobInfo.Owner;
|
||||
this.Description = jobInfo.Description;
|
||||
this.Enabled = jobInfo.Enabled;
|
||||
this.startStepID = jobInfo.StartStepId;
|
||||
this.Category = ConvertStringToCategory(jobInfo.Category);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user