Bug #6943
closedGroup profile not rendering
0%
Description
Jessica Couture brought an issue to my attention - she created a group on search.dataone.org and then when she goes to view her group profile, the page is balnk and nothing renders
Updated by Lauren Walker almost 9 years ago
There is a 500 Internal Server Error when trying to access getSubjectInfo() here: https://cn.dataone.org/cn/v2/accounts/CN=NCEAS-interns,DC=dataone,DC=org
I created a d1_identity ticket in DataONE Infrastructure redmine.
MetacatUI needs to be able to:
- Display a message when there is a server error for this particular request
- But first try to query for the group via /accounts/?query=... as a backup
Updated by Lauren Walker almost 9 years ago
- Status changed from New to Resolved
The 500 server error was being caused by a blank member in the group. WIll create new ticket to check for blank values in form fields.
The UI will now use the accounts query service (/accounts/?query=...) as a backup source for group and person info when the usual getSubjectInfo() is unavailable.
If there is ultimately an error, the user model will be set to blank values so at least something is rendered