Skip to content

Commit 2c5a62c

Browse files
authored
Merge pull request #137 from adyNabeelMadain/master
Places: Items will not load after Filtering items
2 parents 757f6c7 + df927fe commit 2c5a62c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

widget/controllers/widget.sectionsItems.controller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@
701701
var id = WidgetSections.sections[ind].id;
702702
if (WidgetSections.selectedSections && WidgetSections.selectedSections.indexOf(id) < 0) {
703703
WidgetSections.selectedSections.push(id);
704+
WidgetSections.selectedSection = id;
704705
}
705706
else if (WidgetSections.selectedSections) {
706707
WidgetSections.selectedSections.splice(WidgetSections.selectedSections.indexOf(id), 1);

0 commit comments

Comments
 (0)