Merge pull request #4464 from mabashian/4229-edit-recently-used

Fixed recently used job templates edit link
This commit is contained in:
Michael Abashian
2016-12-16 13:28:00 -05:00
committed by GitHub

View File

@@ -47,7 +47,7 @@ export default
}; };
scope.editJobTemplate = function (jobTemplateId) { scope.editJobTemplate = function (jobTemplateId) {
$state.go('templates.editJobTemplate', {id: jobTemplateId}); $state.go('templates.editJobTemplate', {job_template_id: jobTemplateId});
}; };
} }
}]; }];