Fixes Mantis#3489. Thank you kindly, MCortez for a patch that:
Group profile page is showing an empty dropdown for titles and this patch fixes this.0.6.5-rc1
parent
ced15d6d83
commit
088ed68562
|
@ -557,6 +557,8 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
|
|||
title.Selected = agentMembership.ActiveRole == role.RoleID;
|
||||
}
|
||||
title.UUID = role.RoleID;
|
||||
|
||||
titles.Add(title);
|
||||
}
|
||||
|
||||
return titles;
|
||||
|
|
Loading…
Reference in New Issue