jmrufo
jmrufo
FFilament
Created by jmrufo on 1/9/2025 in #❓┊help
Permanent filters during user session
Thank you very much for the help
5 replies
FFilament
Created by jmrufo on 1/8/2025 in #❓┊help
Problem editing filtered record
Hello. It's already fixed, I had left a line of code that was doing its thing. Thanks for the answer Modesta. It has been very helpful. Regards.
8 replies
FFilament
Created by jmrufo on 1/8/2025 in #❓┊help
Problem editing filtered record
Hello I have used the modifyQueryUsing() function on the table and the records it displays for each user are correct, however when editing a record the information it loads is still incorrect, that is, it always loads the information from the first record shown regardless of the one you select. Example: ->modifyQueryUsing(function (Builder $query) { if (Auth::user()->hasRole('panel_user')) { return $query->where('modality', 'TF'); } elseif (Auth::user()->hasRole('panel_user_presencial')) { return $query->where('modality', '=','P')->Orwhere('modality', '=', 'M')->Orwhere('modality', '=', 'AV'); } }) I have observed that the id of the record that is loaded for editing is correct but the information is not. What could be the cause of this? Regards.
8 replies
FFilament
Created by jmrufo on 1/8/2025 in #❓┊help
Problem editing filtered record
Hi Modestas. Could you tell me how to do what you are telling me? I don't see the method you are telling me about in the Filament documentation. Regards
8 replies
FFilament
Created by jmrufo on 11/12/2024 in #❓┊help
Error in Full Calendar installation process
No description
6 replies
FFilament
Created by jmrufo on 11/12/2024 in #❓┊help
Error in Full Calendar installation process
The current version after updating is 11.30
6 replies
FFilament
Created by jmrufo on 10/22/2024 in #❓┊help
Several recordClasses
Can you tell me what it would be like?
6 replies
FFilament
Created by jmrufo on 10/16/2024 in #❓┊help
Autofill TextInput based on Select value in FilamentPhp
Thank you very much for the explanation. Regards
5 replies
FFilament
Created by jmrufo on 9/6/2024 in #❓┊help
Multiples Widget StatsOverview
Perfect, thanks a lot for the help. I had tried it but giving a different name to the widget and it didn't work. Regards.
7 replies
FFilament
Created by jmrufo on 9/6/2024 in #❓┊help
Multiples Widget StatsOverview
I'm building a dashboard and I'd like to have several StatsOverview widgets to display information. I've created one without any problems but I don't know how to create a second widget of the same type to also display it on the dashboard. Regards.
7 replies