runlinenl / nova-profile-tool

This package adds a tool for Laravel nova to let a user manage their profile data
MIT License
37 stars 40 forks source link

Fix: display validation messages and unique email except current user #21

Open arneetsingh opened 4 years ago

arneetsingh commented 4 years ago

Fixes for https://github.com/runlinenl/nova-profile-tool/issues/20: Validation errors are now displayed under each field. Fixed by adding validationKey on field Added unique rule excluding current user. Fixed by adding unique rule, it can't be added by config, as config doesn't have access to auth user. image image