fix: disable User.lastAccessAt field for now.
Updating it on every request was cause DB retentions/lock errors
This commit is contained in:
@@ -23,7 +23,7 @@ const UserEdit = (props) => (
|
||||
<PasswordInput source="password" validate={[required()]} />
|
||||
<BooleanInput source="isAdmin" initialValue={false} />
|
||||
<DateField source="lastLoginAt" showTime />
|
||||
<DateField source="lastAccessAt" showTime />
|
||||
{/*<DateField source="lastAccessAt" showTime />*/}
|
||||
<DateField source="updatedAt" showTime />
|
||||
<DateField source="createdAt" showTime />
|
||||
</SimpleForm>
|
||||
|
||||
Reference in New Issue
Block a user