Skip to content

Commit ee0353e

Browse files
committed
ACP2E-2127: Date filter is not working in admin grid.
- Fixed the static test failure.
1 parent 02fca3e commit ee0353e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/Ui/Component/Filters/Type/Date.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public function prepare()
7272
* Apply filter
7373
*
7474
* @return void
75+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
7576
*/
7677
protected function applyFilter()
7778
{

app/code/Magento/Ui/Test/Unit/Component/Filters/Type/DateTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ public function getPrepareDataProvider(): array
237237
*
238238
* @return void
239239
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
240+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
240241
*/
241242
private function processFilters(
242243
string $name,

0 commit comments

Comments
 (0)