dspace-angular icon indicating copy to clipboard operation
dspace-angular copied to clipboard

Lack of community/collection information when editing a person's access control

Open Andrea-Guevara opened this issue 4 months ago • 0 comments

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

  1. Log in as administrator.
  2. In the sidebar, go to the access control area and then click on eperson.
  3. Edit someone.
  4. Notice that the table showing the groups the person belongs to doesn't show any information about the community/collection.

eperson-form-component-table

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.

eperson-form-component-7-5

eperson-form-component-7-6

Andrea-Guevara avatar Oct 25 '24 14:10 Andrea-Guevara