1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

AC-234 one or more projects can be assigned to a project from the Projects tab.

This commit is contained in:
chouseknecht 2013-07-22 11:08:03 -04:00
parent a1fdb95b0b
commit dd6a6039a7

View File

@ -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