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
Charles Krinke 2009-04-19 16:22:26 +00:00
parent ced15d6d83
commit 088ed68562
1 changed files with 2 additions and 0 deletions

View File

@ -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;