|
@@ -27,8 +27,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
[
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
-// {field: 'topic_ids', title: __('Topic_ids'), operate: 'LIKE'},
|
|
|
-// {field: 'topichub.name', title: __('Topichub.name'), operate: 'LIKE'},
|
|
|
+
|
|
|
|
|
|
{field: 'user_id', title: __('User_id')},
|
|
|
{field: 'user.username', title: __('User.username'),sortable:true, operate: 'LIKE'},
|