Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this.resolutionStrategies is not iterable #833

Closed
sleidig opened this issue May 31, 2021 · 1 comment
Closed

this.resolutionStrategies is not iterable #833

sleidig opened this issue May 31, 2021 · 1 comment

Comments

@sleidig
Copy link
Member

sleidig commented May 31, 2021

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:

  1. Go to menu section "Database Conflicts" (admin required)
  2. make sure you have a conflict (or artificially create an entry in the component)
  3. Expand the details of the conflict entry (which triggers an attempt to automatically resolve the conflict)
  4. 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.

@sleidig sleidig added the Status: Community Help Wanted (good first issue) simple tasks that don't require understanding every last detail of our platform label Jul 26, 2021
@sleidig sleidig moved this to Triage in All Tasks & Issues Feb 8, 2022
@sleidig sleidig moved this from Triage to Todo in All Tasks & Issues Feb 8, 2022
@sleidig sleidig removed the Status: Community Help Wanted (good first issue) simple tasks that don't require understanding every last detail of our platform label Mar 18, 2022
@sleidig sleidig moved this from Todo to In Progress in Important Fixes & Enhancements Apr 11, 2022
@sleidig
Copy link
Member Author

sleidig commented Apr 14, 2022

fixed in PR #1036

@sleidig sleidig closed this as completed Apr 14, 2022
Repository owner moved this from In Progress to Done in Important Fixes & Enhancements Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant