Browse Source

Merge branch 'develop'

master
Fabien Normand 2 years ago
parent
commit
a9a3b70773
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Controller/AbstractAdminController.php

+ 1
- 1
Controller/AbstractAdminController.php View File

@@ -38,7 +38,7 @@ abstract class AbstractAdminController extends SovAbstractAdminController
$repositoryQuery->filterIsOnlineAndOffline();
}
if ($this->isInstanceOf(FilterSectionInterface::class)) {
$repositoryQuery->filterBySection($this->getSectionCurrent());
$repositoryQuery->filterBySection($this->getSectionCurrentDefault());
}

if ($this->isInstanceOf(FilterMerchantInterface::class)) {

Loading…
Cancel
Save