filament/filament
v3.2.124
v10.48.23
v3.5.12
PHP 8.3.9
I have a general ContactsRelationManager
that is being used by multiple entities (e.g. Customer
, Prospect
, etc.), this is to prevent having to maintain multiple relation managers that do the same thing (DRY).
When setting the $incrementing
value to true
on a MorphPivot
model, I am unable to do any actions on the Filament table rows (view, edit, delete). When setting this value to false
, the actions work as expected.
I expect that when clicking on the row, or on any actions on that row, it will execute the same logic as all other tables do.
php artisan migrate --seed
;/admin
and login with [email protected]
+ password
;/admin/customers
or admin/prospects
;Contact
table row, nothing will happen;$incrementing
on /App/Models/ContactEntity
to false
;https://github.com/wbpols/morphToManyTest
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too