File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ const InvoiceList = () => (
6868 >
6969 < Column source = "id" />
7070 < Column field = { DateField } source = "date" />
71+ { /* FIXME: Sort by reference field does not work with ra-data-graphql */ }
7172 < Column
7273 source = "customer.last_name"
7374 label = "resources.invoices.fields.customer_id"
Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ const OrdersTable = React.memo(
196196 < DateField source = "date" showTime />
197197 </ Column >
198198 < Column source = "reference" />
199+ { /* FIXME: Sort by reference field does not work with ra-data-graphql */ }
199200 < Column
200201 source = "customer.last_name"
201202 label = "resources.orders.fields.customer_id"
Original file line number Diff line number Diff line change @@ -60,12 +60,14 @@ const ReviewListDesktop = ({ selectedRow }: ReviewListDesktopProps) => {
6060 } }
6161 >
6262 < Column source = "date" field = { DateField } />
63+ { /* FIXME: Sort by reference field does not work with ra-data-graphql */ }
6364 < Column
6465 source = "customer.last_name"
6566 label = "resources.reviews.fields.customer_id"
6667 >
6768 < CustomerReferenceField source = "customer_id" link = { false } />
6869 </ Column >
70+ { /* FIXME: Sort by reference field does not work with ra-data-graphql */ }
6971 < Column
7072 source = "product.reference"
7173 label = "resources.reviews.fields.product_id"
You can’t perform that action at this time.
0 commit comments