From ae83ed1b3c00b36b6c27d3f2cf0f477b3cebe008 Mon Sep 17 00:00:00 2001 From: fomichev Date: Tue, 18 Feb 2025 12:39:39 +0300 Subject: [PATCH] =?utf8?q?=D0=9F=D0=BE=D0=BB=D0=BD=D0=B0=D1=8F=20=D0=B2?= =?utf8?q?=D1=8B=D0=B3=D1=80=D1=83=D0=B7=D0=BA=D0=B0=20=D0=B2=20excel?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/products1c-nomenclature/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp24/views/products1c-nomenclature/index.php b/erp24/views/products1c-nomenclature/index.php index 2e8fbba2..9a039833 100644 --- a/erp24/views/products1c-nomenclature/index.php +++ b/erp24/views/products1c-nomenclature/index.php @@ -50,7 +50,6 @@ $this->params['breadcrumbs'][] = $this->title; 'exportConfig' => [ ExportMenu::FORMAT_EXCEL => [ 'label' => 'Excel', - 'filename' => 'export_' . date('Y-m-d'), 'options' => ['title' => 'Сохранить в Excel'], ], ExportMenu::FORMAT_TEXT => false, @@ -59,9 +58,10 @@ $this->params['breadcrumbs'][] = $this->title; ExportMenu::FORMAT_PDF => false, ], + 'filename' => 'export_' . date('Y-m-d'), 'showColumnSelector' => false, 'showConfirmAlert' => false, - 'target' => GridView::TARGET_BLANK, + 'target' => ExportMenu::TARGET_SELF, 'dropdownOptions' => [ 'label' => 'Экспорт данных', ], -- 2.39.5