SJ
SJ
FFilament
Created by SJ on 1/8/2024 in #❓┊help
Dynamic Navigation with SubMenus not displaying
Thanks for the replies!
12 replies
FFilament
Created by SJ on 1/8/2024 in #❓┊help
Dynamic Navigation with SubMenus not displaying
Sorry but i think this seems to be a bug. I will try a bug report on github
12 replies
FFilament
Created by SJ on 1/8/2024 in #❓┊help
Dynamic Navigation with SubMenus not displaying
.. separating the creation of the groups to the navigationGroups Array results in an Error "Call to a member function keyBy() on null" because filament()->getNavigation(); seems not to see the group .. tried it 😦
12 replies
FFilament
Created by SJ on 1/8/2024 in #❓┊help
Dynamic Navigation with SubMenus not displaying
I did that. Unforunately I do get the same result. You cannot return any NavigationGroup Object within the navigationItems() Array and separating the creation of the groups to the navigationGroups Array results in an Error "Call to a member function keyBy() on null" because filament()->getNavigation(); seens not to see the group .. as i stated i wasted hours on this with any possible combinations 😦
12 replies
FFilament
Created by SJ on 1/8/2024 in #❓┊help
Dynamic Navigation with SubMenus not displaying
Still nothing? Will I have to open an official Bug Report?
12 replies
FFilament
Created by SJ on 1/8/2024 in #❓┊help
Dynamic Navigation with SubMenus not displaying
This drives me nuts, please any help will be appreciated
12 replies
FFilament
Created by SJ on 1/8/2024 in #❓┊help
Dynamic Navigation with SubMenus not displaying
12 replies
FFilament
Created by SJ on 1/5/2024 in #❓┊help
Upload Files automatically in FileUpload after Drag & Drop
Okay after some digging in the Classes i found this:
->afterStateUpdated(function (FileUpload $component) {
$component->saveUploadedFiles($component);
$this->updateMedia();
})
->afterStateUpdated(function (FileUpload $component) {
$component->saveUploadedFiles($component);
$this->updateMedia();
})
4 replies