Adds ext_employee_id, first_name, last_name, prefix, department, organization, division, and college information to employee_record for each researcher on the researchers API endpoint. Also uses the name property to display the units models names in the admin so that display_names can be used if present.
Resolves #284.
Adds
ext_employee_id
,first_name
,last_name
,prefix
,department
,organization
,division
, andcollege
information toemployee_record
for each researcher on the researchers API endpoint. Also uses the name property to display the units models names in the admin so that display_names can be used if present.