From dd6a6039a7fe43e9509bf2a7a3ff2b233169c598 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Mon, 22 Jul 2013 11:08:03 -0400 Subject: [PATCH] AC-234 one or more projects can be assigned to a project from the Projects tab. --- awx/ui/static/js/controllers/Projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/controllers/Projects.js b/awx/ui/static/js/controllers/Projects.js index 0505395007..4aaeceadb0 100644 --- a/awx/ui/static/js/controllers/Projects.js +++ b/awx/ui/static/js/controllers/Projects.js @@ -222,7 +222,7 @@ function ProjectsEdit ($scope, $rootScope, $compile, $location, $log, $routePara // Related set: Edit button scope.edit = function(set, id, name) { $rootScope.flashMessage = null; - $location.path('/' + base + '/' + $routeParams.id + '/' + set + '/' + id); + $location.path('/' + set + '/' + id); }; // Related set: Delete button