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

@@ -123,6 +123,7 @@ export class JobStepData implements IAgentDialogData {
stepData.retryInterval = jobStepInfo.retryInterval,
stepData.proxyName = jobStepInfo.proxyName;
stepData.dialogMode = AgentDialogMode.EDIT;
stepData.viaJobDialog = true;
return stepData;
}