Fixed agent step update (#3308)

* fixed agent step update

* enabled reordering of steps in edit job
This commit is contained in:
Aditya Bist
2018-11-29 10:48:12 -08:00
committed by GitHub
parent 421271acfa
commit 8fbecc0227
3 changed files with 79 additions and 21 deletions

View File

@@ -519,6 +519,7 @@ export class JobStepDialog extends AgentDialog<JobStepData> {
this.model.failureAction = this.failureActionDropdown.value as string;
this.model.outputFileName = this.outputFileNameBox.value;
this.model.appendToLogFile = this.appendToExistingFileCheckbox.checked;
this.model.command = this.commandTextBox.value ? this.commandTextBox.value : '';
}
public async initializeDialog() {