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

Cancel buttons in Scheduler widget cause exceptions #187

Closed
chauser opened this issue Sep 10, 2023 · 1 comment
Closed

Cancel buttons in Scheduler widget cause exceptions #187

chauser opened this issue Sep 10, 2023 · 1 comment

Comments

@chauser
Copy link
Contributor

chauser commented Sep 10, 2023

Pressing a Cancel button in a Scheduler widget causes a java.lang.UnsupportedOperationException due to attempting to add to the immutable list returned by Arrays.asList on line 79.

@chauser chauser changed the title Cancel buttons in Scheduler widget c Cancel buttons in Scheduler widget cause exceptions Sep 10, 2023
@PeterJohnson
Copy link
Member

Fixed by #185.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants