mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
AC-234 one or more projects can be assigned to a project from the Projects tab.
This commit is contained in:
parent
a1fdb95b0b
commit
dd6a6039a7
@ -222,7 +222,7 @@ function ProjectsEdit ($scope, $rootScope, $compile, $location, $log, $routePara
|
|||||||
// Related set: Edit button
|
// Related set: Edit button
|
||||||
scope.edit = function(set, id, name) {
|
scope.edit = function(set, id, name) {
|
||||||
$rootScope.flashMessage = null;
|
$rootScope.flashMessage = null;
|
||||||
$location.path('/' + base + '/' + $routeParams.id + '/' + set + '/' + id);
|
$location.path('/' + set + '/' + id);
|
||||||
};
|
};
|
||||||
|
|
||||||
// Related set: Delete button
|
// Related set: Delete button
|
||||||
|
Loading…
Reference in New Issue
Block a user