瀏覽代碼

Merge branch 'develop'

master
Fabien Normand 2 年之前
父節點
當前提交
a9a3b70773
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Controller/AbstractAdminController.php

+ 1
- 1
Controller/AbstractAdminController.php 查看文件

@@ -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…
取消
儲存