Gert Timmerman
Gert Timmerman
FFilament
Created by Gert Timmerman on 2/7/2025 in #❓┊help
Wrong panel route name for resource
Found the solution:
Filament::setCurrentPanel(
Filament::getPanel('order'), // Where `app` is the ID of the panel you want to test.
);
Filament::setCurrentPanel(
Filament::getPanel('order'), // Where `app` is the ID of the panel you want to test.
);
Was during tests
4 replies