- Issue created by @Grevil
Currently, when accessing "/admin/commerce/reports/orders", we get the following error:
InvalidArgumentException: Field amount is unknown.
This happens because, there is no "amount" field on the "OrderReport" entity.
Remove the "amount" key from the "ReportsListBuilder".
Active
1.0
Code