Browser hangs due to infinite loop when editing groups #3257
Labels
affects: 8.x
Issue impacts 8.x releases
authorization
related to authorization, permissions or groups
bug
claimed: Atmire
Atmire team is working on this issue & will contribute back
high priority
performance / caching
Related to performance, caching or embedded objects
Describe the bug
In DSpace v8, there is a bug when editing (access control) groups under certain circumstances (see steps to reproduce). As a result, the browser hangs due to an infinite loop and the target page is never reached.
To Reproduce
While debugging or logging on the console, you can see (at least) in this line -
dspace-angular/src/app/access-control/group-registry/group-form/group-form.component.ts
Line 537 in ee7e835
Other click sequences do not necessarily lead to the problem.
Expected behavior
The click on the link should not lead to an infinite loop.
The text was updated successfully, but these errors were encountered: