|
@@ -29,7 +29,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
// {field: 'uid', title: __('Uid')},
|
|
|
- {field: 'education', title: __('Education'), operate: 'LIKE'},
|
|
|
+ {field: 'educationCategory.name', title: __('Education'), operate: 'LIKE'},
|
|
|
{field: 'school', title: __('School'), operate: 'LIKE'},
|
|
|
{field: 'authentication_method', title: __('Authentication_method'), operate: 'LIKE'},
|
|
|
{field: 'image', title: __('Image'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image},
|