TexasDigitalLibrary / Vireo

Vireo is a turnkey Electronic Thesis and Dissertation (ETD) Management System.
https://texasdigitallibrary.atlassian.net/wiki/spaces/VUG/pages/87490642/About
GNU General Public License v2.0
46 stars 35 forks source link

Issue 1835: Fix Non-Chairing Committee Contact E-mails to show up on forms. #1836

Closed kaladay closed 1 year ago

kaladay commented 1 year ago

resolves #1835

Previous sprints improved performance by adding @JsonView and causing this regression.

The Vocabulary Word needs to include the contacts e-mails for the Field Predicate and Field Profile. Add @JsonView(Views.Partial.class) to the contacts in Vocabulary Word.

This, however, is not enough. Both the Field Predicate and the Field Profile need to be set to at least Views.Partial.class.

When this is done, the contact e-mail will now transfer to the UI as expected and required.