On Permissions detail page, Permission radio button is now required and validation works correctly.

This commit is contained in:
chouseknecht
2013-06-26 12:14:21 -04:00
parent cfb638e8e1
commit 453c13f116
3 changed files with 11 additions and 1 deletions

View File

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