mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 02:58:13 -03: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) {
|
||||
$state.transitionTo('projects.edit', { id: id });
|
||||
$state.go('projects.edit', { project_id: id });
|
||||
};
|
||||
|
||||
if ($scope.removeGoToJobDetails) {
|
||||
|
||||
Reference in New Issue
Block a user