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: Column still hidden when it's not toggleable anymore #12719

Merged
merged 1 commit into from
May 9, 2024

Conversation

datlechin
Copy link
Contributor

Description

When a column's toggleable() method was removed, isToggledHidden still checked if the column was hidden in the session. Now, the method first verifies if the column is toggleable before checking its hidden status.

Visual changes

Functional changes

  • Code style has been fixed by running the composer cs command.
  • Changes have been tested to not break existing functionality.
  • Documentation is up-to-date.

@danharrin danharrin added the bug Something isn't working label May 9, 2024
@danharrin danharrin added this to the v3 milestone May 9, 2024
@danharrin danharrin merged commit 998b279 into filamentphp:3.x May 9, 2024
11 checks passed
@datlechin datlechin deleted the improve/column-toggle branch May 9, 2024 17:35
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
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants