Documentation Home

Broadleaf Advanced Offer 3.3.4-GA

Released on February 10, 2023

This is the 4th patch release for the Broadleaf Advanced Offer 3.3.x module.

An at-a-glance view of the issues that were closed in this release:

Minor Bug(1)

  • The generated permissions for 'Offer Code' were wrong which can cause issues. Update these to fix permission issues:
UPDATE BLC_ADMIN_PERMISSION_ENTITY SET ADMIN_PERMISSION_ID = -14001 WHERE ADMIN_PERMISSION_ENTITY_ID = -14101;
UPDATE BLC_ADMIN_PERMISSION_ENTITY SET ADMIN_PERMISSION_ID = -14002 WHERE ADMIN_PERMISSION_ENTITY_ID = -14102;

--Description are also wrong but these don't affect functionality
UPDATE BLC_ADMIN_PERMISSION SET DESCRIPTION = 'All Offer Code Generation' WHERE ADMIN_PERMISSION_ID = -14001;
UPDATE BLC_ADMIN_PERMISSION SET DESCRIPTION = 'Read Offer Code Generation' WHERE ADMIN_PERMISSION_ID = -14002;

Enhancements(1)

  • Updated copyright dates to 2023 in all the files and updated BLC dependencies.

Total Resolved Issues: 2