Skip to content

11.83.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 25 May 18:00
· 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, and SalesDependencyProvider::PLUGINS_ORDERS_TABLE_FILTER_FORM_EXPANDER.
  • Extended the order detail view with an optional @PurchasingControl/Sales/cost-center-and-budget.twig block 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 in OrdersTable to pass the full query row data merged with the formatted line, so plugins receive all available query columns.