Skip to content

Commit f6e1a46

Browse files
committed
add new authority
1 parent 09a76aa commit f6e1a46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: web/static/js/controllers.js

+1
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ aproxyControllers.controller('AuthorityAddNewCtrl',
304304
$scope.adminLevel = adminLevel;
305305
$scope.authority = new Authority();
306306
$scope.authority.AdminLevel = 0
307+
$scope.authority.Email = $location.search().email || '';
307308
Role.query(null, function (res) {
308309
if (res.success) {
309310
$scope.roles = res.data;

0 commit comments

Comments
 (0)