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
commit 5a24e223b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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