filament/filament
3.2.93
11.15.0
3.5.4
8.2.16
When using ExportAction in header actions of a RelationManager table(), it's throw an "ambiguous column name: id" in PrepareCsvExport job.
I think it's due to
witch add ORDER BY "id" without specify table name.PrepareCsvExport : DONE
Create 2 models using belongsToMany relations().
In one resource, create relation manager to the second.
In the relation manager, in table() method / headerActions() add ExportAction
Try to export
https://github.com/fabpl/filament-issue
SQLSTATE[HY000]: General error: 1 ambiguous column name: id (Connection: sqlite, SQL: select distinct "contacts"."id" from "contacts" inner join "audience_contact" on "contacts"."id" = "audience_contact"."contact_id" where "audience_contact"."audience_id" = 1 order by "contacts"."id" asc, "id" asc limit 1000)
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