Broadleaf Enterprise 4.3.4-GA
Released on November 1, 2022
This is the 4th patch release for the Broadleaf Enterprise 4.3.x module.
An at-a-glance view of the issues that were closed in this release:
Major Bugs(3)
- Fixed the issue which affected managing inventory after creating a SKUs of a product which was set to use the default SKU for inventory management. It is new feature added in last release.
- Fixed the issue where scheduled deployments would sometime start before the set time. Added the validation for datetime in
workflow.js
and logic inAdminWorkflowController
. - Fixed the issue where wrong Entity ID is used when editing a sandboxed entity. In
WorkflowBasicFieldPersistenceProviderExtensionHandler
, added extra logic to get the original ID.
Minor Bugs(3)
- Fixed the issue where columns for category tree view would duplicate after adding a new category.
- Fixed the issue where hovering over workflow items in 'My Changes' or 'Approvals' pages would show HTML line instead of 'Display name'.
- Changed the Request Method from
GET
toPOST
fordeleteLog
method ofAdminWorkflowAuditController
.
Enhancements(4)
- Changed the maximum length of few Database columns. In order to support Oracle,
SHORT_VAL
inChangeDetailImpl
andVALUE
inChangeDetailValueChunkImpl
are set to useVALUE_LENGTH
defined inChangeDetailValueChunkImpl
. - Added new column 'Inventory Type' in 'Manage Inventory' modal to show more information regarding SKUs.
- Updated copyright dates and headers in all the files and updated BLC dependencies.
- Merged bug fixes and enhancements included in 4.2.14-GA
Total Resolved Issues:10