11.83.0
·
7 commits
to master
since this release
Included commits: 11.82.0...11.83.0
Improvements
- Extended the Back Office orders table to support Purchasing Control filtering by introducing four new plugin stacks:
SalesDependencyProvider::PLUGINS_ORDERS_TABLE_QUERY_EXPANDER,SalesDependencyProvider::PLUGINS_ORDERS_TABLE_HEADER_EXPANDER,SalesDependencyProvider::PLUGINS_ORDERS_TABLE_CRITERIA_FILTER_EXPANDER, andSalesDependencyProvider::PLUGINS_ORDERS_TABLE_FILTER_FORM_EXPANDER. - Extended the order detail view with an optional
@PurchasingControl/Sales/cost-center-and-budget.twigblock to display cost center and budget information on the order. - Changed
SalesCommunicationFactory::createTableFilterFormDataProvider()visibility from protected to public to allow access from outside the factory.
Fixes
- Fixed
applyUiPlugins()call inOrdersTableto pass the full query row data merged with the formatted line, so plugins receive all available query columns.