I have several issues:
1) I am opening the add the user to a group page (aclinx.aspx) in a Modal Dialog form from another Modal dialog. Although I am passing the MembergroupID, when the Modal dialog opens it asks the user to select a group from which to add the user to. This is confusing for the user. Is there a way to pass a parameter to the aclinx.aspx so that the group to add the user to is set?
/_layouts/15/aclinv.aspx?MembershipGroupId=569
2) I tried to use the
/_layouts/15/people.aspx?MembershipGroupId=569 instead. However, when I close the People.aspx Modal dialog, it opens the parent page in a Modal dialog and I don't know how to close.
The solution that works is below (if you can assist);
From the first Modal dialog open the /_layouts/15/people.aspx?MembershipGroupId=569, add a user and then after returning to the first Modal dialog not to open the parent page in modal dialog.
Any idea how I can accomplish that?
faye fouladi