voyager icon indicating copy to clipboard operation
voyager copied to clipboard

email_verified_at column reset to NULL

Open cotiga opened this issue 11 months ago • 1 comments

Laravel version

10

PHP version

8.2

Voyager version

1.7

Database

MySQL 8.0

Description

For some versions of Laravel, the users table contains the email_verified_at column. Now, every time I edit a user in Voyager, the email_verified_at column is reset to NULL.

Steps to reproduce

Edit a user in Voyager

Expected behavior

That the column email_verified_at retains its value

Screenshots

No response

Additional context

No response

cotiga avatar Mar 01 '24 09:03 cotiga

I just saw that there is the view -> users -> edit-add.blade.php resource I proposed the PR #5845

cotiga avatar Mar 01 '24 10:03 cotiga