Agent - stop job (#4410)

* stop job behavior similar to ssms

* removed agent from sqlops

* fix couple UX issues

* let sqlops remain unchanged
This commit is contained in:
Aditya Bist
2019-03-29 13:42:34 -07:00
committed by GitHub
parent b04ca0fdbd
commit e70d5838a8
6 changed files with 15 additions and 16 deletions

View File

@@ -165,7 +165,7 @@ export class EditJobAction extends Action {
this._commandService.executeCommand(
'agent.openJobDialog',
actionInfo.ownerUri,
actionInfo.targetObject);
actionInfo.targetObject.job);
return Promise.resolve(true);
}
}