Skip to content
Snippets Groups Projects
Commit 41d860de authored by Mike Antipov's avatar Mike Antipov
Browse files

Fixed critical bug EXT-6990 ( Unable to select group on 'People->My groups' tab)

This is workaroung to actually enable selection functionality in that tab. Copied default "allow_select" value from widget to group list xml.
Trivial change, not reviewed.


Real reason is that for some reason base attributes are not loaded from the flat_list_view.xml file.
It is investigated in scope of EXT-6990.

--HG--
branch : product-engine
parent 40df6a5c
No related branches found
No related tags found
No related merge requests found
...@@ -299,6 +299,7 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M ...@@ -299,6 +299,7 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M
Values are set from appropriate strings at the top of file via LLPeoplePanel::postBuild() Values are set from appropriate strings at the top of file via LLPeoplePanel::postBuild()
--> -->
<group_list <group_list
allow_select="true"
background_visible="true" background_visible="true"
bg_alpha_color="DkGray2" bg_alpha_color="DkGray2"
bg_opaque_color="DkGray2" bg_opaque_color="DkGray2"
......
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