Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Testicular Slingshot
Alchemy Viewer
Commits
14d99432
Commit
14d99432
authored
Feb 12, 2020
by
Rye Mutt
🍞
Browse files
Fix opensim group properties issues for user invites by beq janus
parent
b6a80533
Changes
1
Hide whitespace changes
Inline
Side-by-side
indra/newview/llpanelgroupinvite.cpp
View file @
14d99432
...
@@ -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
())
{
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment