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
I merged them for a bad reason (user's facet in deposit)..
I checked with ORCID and Switch edu-id and effectively we can get last name and first name separately.
The text was updated successfully, but these errors were encountered:
Separates first name and last in user's records. Before that, the first name and last name was stored in the same field (`full_name`).
* Updates JSON schemas and ES mapping and replaces `full_name` by `first_name` and `last_name`.
* Replaces `full_name` by `first_name` and `last_name` in serializers schemas.
* Adds `first_name` and `last_name` properties in users fixtures instead of `full_name`.
* Filters projects and deposits by `user.pid` instead of full name.
* Loads the name of the user during serialization of projects and deposits, to display it instead of the PID in aggregations.
* Changes all occurrences of `full_name` in emails and templates.
* Closes#222.
Co-Authored-by: Sébastien Délèze <sebastien.deleze@rero.ch>
I merged them for a bad reason (user's facet in deposit)..
I checked with ORCID and Switch edu-id and effectively we can get last name and first name separately.
The text was updated successfully, but these errors were encountered: