RobinDev
RobinDev
FFilament
Created by RobinDev on 5/5/2024 in #❓┊help
Working with multiple languages saves incorrectly
Hi guys, I'm using the Translatable plugin, but getting strange behaviour when using the builder? It generates things like this for the language that isn't being edited. What it does is for example turn the single images field into an array in the builder. only of the language that is not being edited.
3 replies
FFilament
Created by RobinDev on 11/10/2023 in #❓┊help
Repeater relationship translation not working
When you use repeater relationship translations the relationships does not save per locale, and when switching locale it crashes sometimes. See: https://share.cleanshot.com/b7gdrBZk
116 replies
FFilament
Created by RobinDev on 11/8/2023 in #❓┊help
Repeater relationship translation not working
When you use repeater relationship translations the relationships does not save per locale, and when switching locale it crashes sometimes. See: https://share.cleanshot.com/b7gdrBZk
4 replies
FFilament
Created by RobinDev on 11/3/2023 in #❓┊help
Action modal not opening
Im trying to open an action modal with a form inside of a normal modal, but the button does nothing except load. You can see the behavior here: https://share.cleanshot.com/wsr5YysL The code is here: https://pastebin.com/989Unkfu
2 replies
FFilament
Created by RobinDev on 11/2/2023 in #❓┊help
v3 relationship saving not working anymore with group in resource
I am upgrading to V3 from V2, and i noticed that saving a relationship through a group, which used to work, does not work anymore now when switching languages. See: https://share.cleanshot.com/0s2TRysv
8 replies
FFilament
Created by RobinDev on 8/21/2023 in #❓┊help
filament::user-avatar component not found after upgraden to v3
I just upgraded to v3, but when i log in i get the error: Unable to locate a class or view for component [filament::user-avatar].
10 replies
FFilament
Created by RobinDev on 8/8/2023 in #❓┊help
Search in relationship from main model
9 replies
FFilament
Created by RobinDev on 8/4/2023 in #❓┊help
Uploading file just dissapears
When uploading a file it just dissapears, it does get uploaded to the tmp-storage directory. See code: https://pastebin.com/NAjbi46n
17 replies
FFilament
Created by RobinDev on 8/2/2023 in #❓┊help
Get search value in table to add custom query to table query
I would like to do custom search added to the query, see below, i want to retrieve the value that someone entered in the search field above the table.
public static function getEloquentQuery(): Builder
{
return parent::getEloquentQuery();
}
public static function getEloquentQuery(): Builder
{
return parent::getEloquentQuery();
}
3 replies
FFilament
Created by RobinDev on 4/5/2023 in #❓┊help
custom page access
How can i set a gate/access for a custom page? I only want people with a specific role to be able to visit that page
15 replies