unlcms / project-herbie

Drupal 10 implementation at the University of Nebraska–Lincoln
https://cms.unl.edu
GNU General Public License v2.0
6 stars 7 forks source link

How quickly does the Person type update with UNL directory? #824

Open sarongebre opened 2 months ago

sarongebre commented 2 months ago

How quickly does the Person type update with UNL directory? A faculty member's title hasn't changed to reflect a role change effective August 19, while another has.

sarongebre commented 1 month ago

It seems we’re only retrieving one 'title' value from the directory. A possible solution could be to override this value on the CMS side in the Person content type edit or request that the directory API outputs all titles so both can be displayed in the CMS.

Currently, all title values are not present in the Directory JSON API. The JSON Directory API is only sending the first title value in Drupal.