Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve Login As Customer Log - Logged In must be DateRange Filter instead of Text filter, Date display wrong timezone issue30328 #30329

Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
eeb47dd
Login As Customer Log - Logged In must be DateRange Filter instead of…
edenduong Oct 3, 2020
b4f5784
MFTF has been added
engcom-Hotel Oct 23, 2020
85b410d
Test refactoring.
engcom-Hotel Oct 29, 2020
36472eb
Merge branch '2.4-develop' into 2.4-bugfix/date_login_customer_issue3…
engcom-Hotel Oct 29, 2020
312d9d4
Code refactoring
engcom-Hotel Nov 4, 2020
a16616b
Merge remote-tracking branch 'edenduong/2.4-bugfix/date_login_custome…
engcom-Hotel Nov 4, 2020
8ddd329
Merge branch '2.4-develop' into 2.4-bugfix/date_login_customer_issue3…
engcom-Hotel Nov 4, 2020
ef72f80
Test case id has been added.
engcom-Hotel Nov 5, 2020
d372d2b
Merge remote-tracking branch 'edenduong/2.4-bugfix/date_login_custome…
engcom-Hotel Nov 5, 2020
3038e85
Merge branch '2.4-develop' into 2.4-bugfix/date_login_customer_issue3…
engcom-Hotel Nov 5, 2020
c8fb47e
Merge branch '2.4-develop' into 2.4-bugfix/date_login_customer_issue3…
Nov 16, 2020
46aa750
Merge branch '2.4-develop' into 2.4-bugfix/date_login_customer_issue3…
engcom-Hotel Dec 30, 2020
60b8981
Merge branch '2.4-develop' into 2.4-bugfix/date_login_customer_issue3…
engcom-Hotel Dec 31, 2020
a48886c
Test refactoring
engcom-Hotel Jan 5, 2021
1afe3db
Merge branch '2.4-develop' into 2.4-bugfix/date_login_customer_issue3…
engcom-Hotel Jan 5, 2021
0fa2b89
Test refactoring
engcom-Hotel Jan 5, 2021
60ebbba
Merge remote-tracking branch 'edenduong/2.4-bugfix/date_login_custome…
engcom-Hotel Jan 5, 2021
6fb4052
Merge branch '2.4-develop' into 2.4-bugfix/date_login_customer_issue3…
Feb 22, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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