mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -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 ,
|
ipa_cmd( 'add_member',args, options ,
|
||||||
enrollUserInGroupSuccess,
|
enrollUserInGroupSuccess,
|
||||||
enrollUserInGroupFailure );
|
enrollUserInGroupFailure,group );
|
||||||
}else{
|
}else{
|
||||||
location.hash="tab=user&facet=group&pkey="+qs.pkey;
|
location.hash="tab=user&facet=group&pkey="+qs.pkey;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user