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]: How to change navigation label and group #13

Open
AliSuliman01 opened this issue May 3, 2024 · 1 comment
Open

[Bug]: How to change navigation label and group #13

AliSuliman01 opened this issue May 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@AliSuliman01
Copy link

What happened?

I can't change the navigation label and group using typical filament methods.

How to reproduce the bug

class CustomersReport extends Report
{
    ...

    public static function getNavigationGroup(): ?string
    {
        return 'Navigation Group';
    }
    public static function getNavigationLabel(): string
    {
        return 'Navigation Label';
    }

    ...

Package Version

3.0.10

PHP Version

8.2.0

Laravel Version

10.48.10

Which operating systems does with happen with?

Windows

Notes

No response

@AliSuliman01 AliSuliman01 added the bug Something isn't working label May 3, 2024
@alexb34n
Copy link

Experiencing same issue here.

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