·
1 commit
to master
since this release
Included commits: 1.14.0...1.15.0
Improvements
- Introduced
OrdersTableQueryExpanderPluginInterfaceto allow expanding the Back Office orders Propel query with additional joins and columns. - Introduced
OrdersTableHeaderExpanderPluginInterfaceto allow adding custom column headers to the Back Office orders table. - Introduced
OrdersTableCriteriaFilterExpanderPluginInterfaceto allow applying additional filter conditions to the orders query based on the table criteria. - Introduced
OrdersTableFilterFormExpanderPluginInterfaceto allow extending the orders table filter form with additional fields and options. - Introduced
OrderTableCriteriatransfer to carry filter criteria for the orders table.