Skip to content

Fix v4 issues#51

Closed
nick-potts wants to merge 3 commits intobackstagephp:mainfrom
nick-potts:main
Closed

Fix v4 issues#51
nick-potts wants to merge 3 commits intobackstagephp:mainfrom
nick-potts:main

Conversation

@nick-potts
Copy link
Copy Markdown

@nick-potts nick-potts commented Jul 29, 2025

Currently, returning '' as the state fails, as it tries to render that as a column.

as per the getIcon method,

   public function getIcon(mixed $state): string | BackedEnum | null
    {
        if ($state === null) {
            return null;
        }

This is a more reliable way.

@nick-potts nick-potts changed the title fix null icons Fix v4 issues Jul 29, 2025
@Baspa
Copy link
Copy Markdown
Contributor

Baspa commented Jul 30, 2025

Fixed in v3.0.2 in #53

@Baspa Baspa closed this Jul 30, 2025
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

Successfully merging this pull request may close these issues.

2 participants