JonatasBraz
JonatasBraz
Explore posts from servers
FFilament
Created by JonatasBraz on 8/9/2024 in #❓┊help
Nested Relationships data not beeing saved
i've created this simple repository to test the problem. https://github.com/JonatasBSM/belongsToTeste it has cidades resource, that tries to create cidade, estado and pais ($cidade->belongsTo->estado->belongsTo->pais), and pais resource, that tries to create pais, estado and cidade ($pais->hasOne->estado->hasOne->cidade). i know it should be hasMany in this cases, but was just to show the problem. when creating through cidades, it dont save pais and when creating through pais, it works as it should for tests, just clone the repository, composer install and create a database called belongstotest
5 replies
FFilament
Created by JonatasBraz on 8/9/2024 in #❓┊help
Nested Relationships data not beeing saved
But another entities could have a endereco, would i create a column to each entity on endereco table?
5 replies
FFilament
Created by JonatasBraz on 8/4/2024 in #❓┊help
Disable specific relationship operations on form
it's working using dehydrated(false), now i'll look to another way
4 replies
FFilament
Created by JonatasBraz on 7/29/2024 in #❓┊help
Relation Manager Not beeing Rendered
your very, kind! thank you again!
9 replies
FFilament
Created by JonatasBraz on 7/29/2024 in #❓┊help
Relation Manager Not beeing Rendered
oof, i expected to see it on create. i created a test few minutes ago and realized this. i'll try to workaround. Thank you!
9 replies