Open jlipka opened 2 months ago
Moving this to the maintenance board & flagging as high priority. I have not verified the behavior myself, but it sounds like a bug. Someone should also verify whether the same bug appears in 7.6.x or not.
Hi, I've replicated the issue in a 8.x instance, and can confirm that this does not happen in a 7.6.2 instance.
Atmire would like to claim this
Thanks @alexandrevryghem ! Assigned to you
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 - https://github.com/DSpace/dspace-angular/blob/ee7e8358e7e0fd0b69f7c2e308d539670a103026/src/app/access-control/group-registry/group-form/group-form.component.ts#L537 - that this function is called in an infitine loop.
Other click sequences do not necessarily lead to the problem.
Expected behavior
The click on the link should not lead to an infinite loop.