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

Disabled Tasks display the wrong color #391

Open
thanhlyvan opened this issue Jan 3, 2025 · 0 comments
Open

Disabled Tasks display the wrong color #391

thanhlyvan opened this issue Jan 3, 2025 · 0 comments

Comments

@thanhlyvan
Copy link

thanhlyvan commented Jan 3, 2025

Disabled Tasks display the same color with Enabled Tasks.

Please consider solution to fix about issue:
In file src/Task.php add:

protected $casts = [
        'is_active' => 'integer',
    ];

The issue will be fixed. I tested with my project. Screenshot after fixed issue here:

image

Thank you.

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

1 participant