From bca15c243dfc27bd964f2356ca607fbd44c062ec Mon Sep 17 00:00:00 2001 From: npman Date: Wed, 20 Apr 2016 19:53:54 +0500 Subject: [PATCH] fixed bug with popup filter --- lib/helper/AdminListHelper.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/helper/AdminListHelper.php b/lib/helper/AdminListHelper.php index 7b4d1da..b81167a 100644 --- a/lib/helper/AdminListHelper.php +++ b/lib/helper/AdminListHelper.php @@ -1336,6 +1336,12 @@ protected function getFooter($res) */ public function createFilterForm() { + //нужно пробрасывать параметр popup в форму, если она является таковой + if($this->isPopup()) + { + $this->additionalUrlParams['popup'] = 'Y'; + } + $this->setContext(AdminListHelper::OP_CREATE_FILTER_FORM); print '
';