mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Support searching admin memo in member list #2676
This commit is contained in:
parent
d47dd2d824
commit
a53e293a5a
5 changed files with 7 additions and 0 deletions
|
|
@ -121,6 +121,9 @@ class MemberAdminModel extends Member
|
|||
case 'extra_vars' :
|
||||
$args->s_extra_vars = $search_keyword;
|
||||
break;
|
||||
case 'description' :
|
||||
$args->s_description = $search_keyword;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue