Skip to content

Commit

Permalink
Merge pull request #1117 from Codencode/fix-37587-ps_facetedsearch-In…
Browse files Browse the repository at this point in the history
…-template-creation-filters-counter-in-BO-is-not-correct

Fix: ps_facetedsearch - In template creation, filters counter in BO is not correct
  • Loading branch information
Hlavtox authored Dec 19, 2024
2 parents ac2cad7 + 0bb6a7d commit e3d8f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ps_facetedsearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ public function renderAdminTemplateEdit($template = null)
'attribute_groups' => $attributeGroups,
'features' => $features,
'filters' => $filters,
'total_filters' => 6 + count($attributeGroups) + count($features),
'total_filters' => 7 + count($attributeGroups) + count($features),
'default_filters' => $this->getDefaultFilters(),
'categories_tree' => $treeCategoriesHelper->render(),
'controller_options' => $controller_options,
Expand Down

0 comments on commit e3d8f33

Please sign in to comment.