mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user