mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 09:35:38 -05:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user