eighty9nine / filament-reports

MIT License
67 stars 21 forks source link

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

Closed AliSuliman01 closed 3 months ago

AliSuliman01 commented 6 months ago

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

alexb34n commented 6 months ago

Experiencing same issue here.

eighty9nine commented 3 months ago

This has been fixed in the latest release