소스 검색

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…
취소
저장