dspace-angular
dspace-angular copied to clipboard
Lack of community/collection information when editing a person's access control
Describe the bug
When editing a person, in the people access control session, in the “Member of these groups:” table, the communities/collections column shows no information.
To Reproduce
- Log in as administrator.
- In the sidebar, go to the access control area and then click on eperson.
- Edit someone.
- Notice that the table showing the groups the person belongs to doesn't show any information about the community/collection.
Expected behavior
The community/collection column should return some information about the community or collection to which this person has access.
Related work
I analyzed the code, because in version 7.5 of dspace angular the table returns all the information correctly, but as of version 7.6 the community/collection column returns empty. And there really was a change in the code that made this happen.