Skip to content
Snippets Groups Projects
Commit 14d99432 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix opensim group properties issues for user invites by beq janus

parent b6a80533
No related branches found
No related tags found
No related merge requests found
...@@ -610,6 +610,11 @@ void LLPanelGroupInvite::updateLists() ...@@ -610,6 +610,11 @@ void LLPanelGroupInvite::updateLists()
} }
else if (gdatap) else if (gdatap)
{ {
if (!gdatap->isGroupPropertiesDataComplete())
{
LLGroupMgr::getInstance()->sendGroupPropertiesRequest(mImplementation->mGroupID);
}
// restart requests that were interrupted/dropped/failed to start // restart requests that were interrupted/dropped/failed to start
if (!gdatap->isRoleDataPending() && !gdatap->isRoleDataComplete()) if (!gdatap->isRoleDataPending() && !gdatap->isRoleDataComplete())
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment