4.5.0
spryker-release-bot
released this
24 Nov 15:02
·
56 commits
to master
since this release
Included commits: 4.4.0...4.5.0
Improvements
- Added
form.csrf_provider
application service to dependencies. - Fixed
QuickOrderController::indexAction()
controller action to show error messages whenQuickOrderForm
validation was not passed. - Adjusted
quick-order-form.ts
, importedEVENT_UPDATE_DYNAMIC_MESSAGES
event to trigger it when needs to show a message. - Adjusted
quick-order-form.ts
, introducedparseResponse
method to parse the response and return it. - Adjusted
quick-order-form.ts
, introducedhasMessages
method to check themessage
property in the object. - Adjusted
quick-order-form.ts
, introducedshowFlashMessage
method to display a flash message. - Adjusted
quick-order-form.ts
, introducedupdateTableHtml
method to update HTML that was get in response. - Adjusted
quick-order-form.ts
, improvedremoveRow
method to add the check of response, also the code that relates to updating HTML was moved intoupdateTableHtml
method.
BC breaking impact
- Adjusted
QuickOrderController::deleteRowAction()
controller action to validate CSRF token received from Request.