mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
Fix Enroll
Enroll was broken due to the missing obj.
This commit is contained in:
parent
4b6b710ba6
commit
786f2a9141
@ -265,7 +265,7 @@ function enrollUserInNextGroup(){
|
||||
|
||||
ipa_cmd( 'add_member',args, options ,
|
||||
enrollUserInGroupSuccess,
|
||||
enrollUserInGroupFailure );
|
||||
enrollUserInGroupFailure,group );
|
||||
}else{
|
||||
location.hash="tab=user&facet=group&pkey="+qs.pkey;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user