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

fix ExpressionChangedAfterItHasBeenCheckedError in Weekview #100

Open
wp99cp opened this issue Jun 23, 2021 · 0 comments
Open

fix ExpressionChangedAfterItHasBeenCheckedError in Weekview #100

wp99cp opened this issue Jun 23, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@wp99cp
Copy link
Owner

wp99cp commented Jun 23, 2021

If meals are moved too quickly one after the other, the database updater fires during the drag and drop process. This leads to an ExpressionChangedAfterItHasBeenCheckedError. At the moment the resulting errors are caught and the page is reloaded afterwards. A message is displayed to the user.

However, this error should not occur in the first place. To solve the problem, the correct CDK drag-drop lists must be used, which is not the case in the current implementation.

@wp99cp wp99cp added the bug Something isn't working label Jun 23, 2021
@wp99cp wp99cp added this to upcoming features (low priority) in What comes next? Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
What comes next?
  
upcoming features (low priority)
Development

No branches or pull requests

1 participant