Skip to content
Snippets Groups Projects
Commit 3e7de89a authored by Sergei Litovchuk's avatar Sergei Litovchuk
Browse files

Fixed normal bug (EXT-3714) No landmarks is shown in expanded accordeon after filter has been used.

- Added applying filter upon accordion expansion to update currently filtered items.

--HG--
branch : product-engine
parent db482969
No related branches found
No related tags found
No related merge requests found
...@@ -505,6 +505,10 @@ void LLLandmarksPanel::onAccordionExpandedCollapsed(const LLSD& param, LLPlacesI ...@@ -505,6 +505,10 @@ void LLLandmarksPanel::onAccordionExpandedCollapsed(const LLSD& param, LLPlacesI
{ {
gInventory.startBackgroundFetch(cat_id); gInventory.startBackgroundFetch(cat_id);
} }
// Apply filter substring because it might have been changed
// while accordion was closed. See EXT-3714.
filter_list(inventory_list, sFilterSubString);
} }
} }
......
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