You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On user-selector.blade.php you use the 'name' attribute to show available users.
In my system it comes blank, because I don't save names in User model.
I would like to suggest a change, we could be able to specify what user attribute we want to display in selector, for example on my case I would like to show 'username' other people could prefer 'email' etc.
It would be nice to have this option in configuration file.
Thank you.
Robson
The text was updated successfully, but these errors were encountered:
robsoncombr
changed the title
enhancement: Allow specify the field to be
enhancement: Be able to show customized attribute from User
Apr 6, 2017
Something personal, I do not like to have several views published in my resources folder.. Mainly because the package is not loaded in production so there is no reason to have views published. I would still believe that a simple variable in config to set the attribute we wish to show would be the best solution, but again only something personal.
Thank you.
Hello.
On user-selector.blade.php you use the 'name' attribute to show available users.
In my system it comes blank, because I don't save names in User model.
I would like to suggest a change, we could be able to specify what user attribute we want to display in selector, for example on my case I would like to show 'username' other people could prefer 'email' etc.
It would be nice to have this option in configuration file.
Thank you.
Robson
The text was updated successfully, but these errors were encountered: