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

[Bug] Null pointer when flag field enabled, and mark card as flag before move to in progress #1618

Open
TKJohn opened this issue Sep 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@TKJohn
Copy link

TKJohn commented Sep 30, 2024

Contact Details

TKJohn

Version

1.3.0

What browsers are you seeing the problem on?

No response

Pages

Report

Tools

Board

Summary

AtomicReference<CardStepsEnum> currentState = new AtomicReference<>();

->

		AtomicReference<CardStepsEnum> currentState = new AtomicReference<>(TODO);

Steps to Reproduce

when flag field enabled, mark card as flag before move to in progress. View rework report

Current Behavior

Infinite loop

Expected Behavior

report seen

Any additional comments?

exceptions in async need to be handled / logged properly

@TKJohn TKJohn added the bug Something isn't working label Sep 30, 2024
Copy link

Hi @TKJohn! 👋
Thank you for creating an issue in our repository! We appreciate your contribution and will get back to you as soon as possible.

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
None yet
Development

No branches or pull requests

2 participants