Skip to content

Commit 0d27296

Browse files
added the filter
1 parent 218a1f4 commit 0d27296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/user/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
[
233233
'attribute' => 'status',
234234
'format' => 'raw',
235+
'filter' => User::getStatusList(),
235236
'value' => function ($model) {
236237
return User::getStatusList()[$model->status] ?? '';
237238
},

0 commit comments

Comments
 (0)