We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a card in the TaskBoard is moved if the server returns an error the move could not be prevented. Thus, the card is rendered in the new position.
Although the server returns an error the card is moved to the new column.
Moving the card should be prevented when there is an error.
The text was updated successfully, but these errors were encountered:
The issue might be related to: #7662
Sorry, something went wrong.
No branches or pull requests
Bug report
When a card in the TaskBoard is moved if the server returns an error the move could not be prevented. Thus, the card is rendered in the new position.
Reproduction of the problem
Current behavior
Although the server returns an error the card is moved to the new column.
Expected/desired behavior
Moving the card should be prevented when there is an error.
Environment
The text was updated successfully, but these errors were encountered: