Merge pull request #4743 from AlexSCorey/4523-InertWFJTLink

allows all WFJT  tabs to properly route to workflow visualizer

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-09-16 19:26:20 +00:00
committed by GitHub

View File

@@ -62,7 +62,7 @@ export default [
}
$scope.openWorkflowMaker = function() {
$state.go('.workflowMaker');
$state.go('templates.editWorkflowJobTemplate.workflowMaker');
};
$scope.formSave = function () {