mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
fixes edit button for organization project view (#5134)
This commit is contained in:
@@ -180,7 +180,7 @@ export default ['$scope', '$rootScope', '$location', '$log',
|
|||||||
});
|
});
|
||||||
|
|
||||||
$scope.editProject = function(id) {
|
$scope.editProject = function(id) {
|
||||||
$state.transitionTo('projects.edit', { id: id });
|
$state.go('projects.edit', { project_id: id });
|
||||||
};
|
};
|
||||||
|
|
||||||
if ($scope.removeGoToJobDetails) {
|
if ($scope.removeGoToJobDetails) {
|
||||||
|
|||||||
Reference in New Issue
Block a user