Skip to content

Commit ddb015e

Browse files
committed
MC-17269: Date format grid is not based on the locale defined in the back-office
1 parent 3e0e4e2 commit ddb015e

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/Ui/Component/Listing/Columns

1 file changed

+3
-3
lines changed

app/code/Magento/Ui/Component/Listing/Columns/Date.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ public function __construct(
6262
UiComponentFactory $uiComponentFactory,
6363
TimezoneInterface $timezone,
6464
BooleanUtils $booleanUtils,
65-
ResolverInterface $localeResolver = null,
66-
DataBundle $dataBundle = null,
6765
array $components = [],
68-
array $data = []
66+
array $data = [],
67+
ResolverInterface $localeResolver = null,
68+
DataBundle $dataBundle = null
6969
) {
7070
$this->timezone = $timezone;
7171
$this->booleanUtils = $booleanUtils;

0 commit comments

Comments
 (0)