Allow searching for users

Change-Id: Icf4a3b05b24c66971f55b22e7540a1dc904a3a92
This commit is contained in:
Michael Albert
2020-04-15 15:31:10 +02:00
parent d2a3f07a59
commit 7aec6f9369
2 changed files with 21 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ import {
PasswordInput,
TextField,
TextInput,
SearchInput,
ReferenceField,
SaveButton,
Toolbar,
@@ -21,6 +22,7 @@ import SaveQrButton from "./SaveQrButton";
const UserFilter = props => (
<Filter {...props}>
<SearchInput source="q" alwaysOn />
<BooleanInput source="guests" alwaysOn />
<BooleanInput
label="resources.users.fields.show_deactivated"