File tree Expand file tree Collapse file tree 3 files changed +0
-33
lines changed
app/code/Magento/Customer
view/adminhtml/ui_component Expand file tree Collapse file tree 3 files changed +0
-33
lines changed Original file line number Diff line number Diff line change 205
205
<argument name =" concatExpression" xsi : type =" object" >BillingAddressExpression</argument >
206
206
</arguments >
207
207
</virtualType >
208
- <virtualType name =" LastVisitAtHandler" type =" Magento\Framework\Indexer\Handler\ConcatHandler" >
209
- <arguments >
210
- <argument name =" concatExpression" xsi : type =" object" >LastVisitAtSubSelect</argument >
211
- </arguments >
212
- </virtualType >
213
- <virtualType name =" LastVisitAtSubSelect" type =" Magento\Framework\DB\Sql\LookupExpression" >
214
- <arguments >
215
- <argument name =" targetTable" xsi : type =" string" >customer_visitor</argument >
216
- <argument name =" targetColumn" xsi : type =" string" >last_visit_at</argument >
217
- <argument name =" referenceColumns" xsi : type =" array" >
218
- <item name =" customer_id" xsi : type =" array" >
219
- <item name =" tableAlias" xsi : type =" string" >e</item >
220
- <item name =" columnName" xsi : type =" string" >entity_id</item >
221
- </item >
222
- </argument >
223
- <argument name =" sortOrder" xsi : type =" array" >
224
- <item name =" DESC" xsi : type =" string" >last_visit_at</item >
225
- </argument >
226
- </arguments >
227
- </virtualType >
228
208
<virtualType name =" CustomerNameExpression" type =" Magento\Framework\DB\Sql\ConcatExpression" >
229
209
<arguments >
230
210
<argument name =" tableName" xsi : type =" string" >e</argument >
Original file line number Diff line number Diff line change 23
23
<field name =" dob" xsi : type =" filterable" dataType =" date" />
24
24
<field name =" gender" xsi : type =" filterable" dataType =" int" />
25
25
<field name =" taxvat" xsi : type =" searchable" dataType =" varchar" />
26
- <field name =" last_visit_at" xsi : type =" filterable" dataType =" datetime" handler =" LastVisitAtHandler" />
27
26
<field name =" lock_expires" xsi : type =" filterable" dataType =" timestamp" />
28
27
</fieldset >
29
28
Original file line number Diff line number Diff line change 257
257
</item >
258
258
</argument >
259
259
</column >
260
- <column name =" last_visit_at" class =" Magento\Ui\Component\Listing\Columns\Date" >
261
- <argument name =" data" xsi : type =" array" >
262
- <item name =" config" xsi : type =" array" >
263
- <item name =" component" xsi : type =" string" >Magento_Ui/js/grid/columns/date</item >
264
- <item name =" filter" xsi : type =" string" >dateRange</item >
265
- <item name =" visible" xsi : type =" boolean" >false</item >
266
- <item name =" dataType" xsi : type =" string" >date</item >
267
- <item name =" label" xsi : type =" string" translate =" true" >Last Logged In</item >
268
- <item name =" sortOrder" xsi : type =" number" >120</item >
269
- </item >
270
- </argument >
271
- </column >
272
260
<column name =" confirmation" >
273
261
<argument name =" data" xsi : type =" array" >
274
262
<item name =" config" xsi : type =" array" >
You can’t perform that action at this time.
0 commit comments