Aivirth
Aivirth
FFilament
Created by Aivirth on 2/10/2025 in #❓┊help
Weird behavior in nested repeater relationship
Update: I found out the issue was caused by me extending from Illuminate\Database\Eloquent\Relations\Pivot instead of Illuminate\Database\Eloquent\Model which caused this weird behavior
7 replies
FFilament
Created by Aivirth on 2/17/2025 in #❓┊help
Using Spatie Media Library on Create
Update: I found out the issue was caused by me extending from Illuminate\Database\Eloquent\Relations\Pivot instead of Illuminate\Database\Eloquent\Model
4 replies
FFilament
Created by Aivirth on 2/10/2025 in #❓┊help
Weird behavior in nested repeater relationship
Update: i encountered the issue again in another repeater used as relationship, this time it was a far simpler one but still using a pivot. When i create multiple elements only the last one is shown until the page is refreshed. Specifically i'm using the workaround specified in https://filamentphp.com/docs/3.x/forms/fields/repeater#integrating-with-a-belongstomany-eloquent-relationship
7 replies
FFilament
Created by Aivirth on 2/10/2025 in #❓┊help
Weird behavior in nested repeater relationship
yes i always keep id primary keys on pivots because my current software to view database locks editing if it doesn't find a primary key, also it helps in these cases
7 replies