Skip to content

Commit

Permalink
Login As Customer Log - Logged In must be DateRange Filter instead of…
Browse files Browse the repository at this point in the history
… Text filter, Date display wrong timezone issue30328
  • Loading branch information
edenduong committed Oct 3, 2020
1 parent 29bf891 commit eeb47dd
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@
<label translate="true">Admin Name</label>
</settings>
</column>
<column name="time" sortOrder="60">
<column name="time" class="Magento\Ui\Component\Listing\Columns\Date" component="Magento_Ui/js/grid/columns/date" sortOrder="60">
<settings>
<filter>text</filter>
<filter>dateRange</filter>
<dataType>date</dataType>
<label translate="true">Logged In</label>
</settings>
</column>
Expand Down

0 comments on commit eeb47dd

Please sign in to comment.