ucd-library / rp-ucd-client

Client application for UCD Davis Library research profiles
MIT License
0 stars 0 forks source link

Sb 1.4 issues #285 #256 #279 #275 #287

Closed sbagg closed 2 years ago

sbagg commented 2 years ago

@jrmerz There was an issue with the getContributorsByRole function where when it did getContributors call with the all variable, it would sometimes return an error depending on the entries. This is similar to the problem Quinn brought to you with the concatenated strings, however, I was able to go around it with not doing that call at all since I had all the data I needed with the grant data that was passed through. getContributorsByRole Is not called anywhere else except for the GrantModel from what I can see, so it should not affect anything, but I left the original code there just in case I need to change it back. Let me know if I should, however, the error of missing data has gone away.