You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the "Database Conflicts" section, there is an error: this.resolutionStrategies is not iterable
To Reproduce
Steps to reproduce the behavior:
Go to menu section "Database Conflicts" (admin required)
make sure you have a conflict (or artificially create an entry in the component)
Expand the details of the conflict entry (which triggers an attempt to automatically resolve the conflict)
See error in log: "this.resolutionStrategies is not iterable"
Additional context
The injection of resolution strategies is using Angular's "multi" dependency injection. The problem may be that no strategies are registered at the moment, after removing the AttendanceMonth resolution strategy.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the "Database Conflicts" section, there is an error:
this.resolutionStrategies is not iterable
To Reproduce
Steps to reproduce the behavior:
Additional context
The injection of resolution strategies is using Angular's "multi" dependency injection. The problem may be that no strategies are registered at the moment, after removing the AttendanceMonth resolution strategy.
The text was updated successfully, but these errors were encountered: