mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
On Permissions detail page, Permission radio button is now required and validation works correctly.
This commit is contained in:
@@ -135,6 +135,7 @@ function PermissionsAdd ($scope, $rootScope, $compile, $location, $log, $routePa
|
||||
else {
|
||||
scope.projectrequired = true;
|
||||
}
|
||||
scope.permission_type = null;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -246,6 +247,7 @@ function PermissionsEdit ($scope, $rootScope, $compile, $location, $log, $routeP
|
||||
else {
|
||||
scope.projectrequired = true;
|
||||
}
|
||||
scope.permission_type = null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user