Broadleaf Account 3.2.7-GA
Released on April 20, 2022
This is the 7th release for the Broadleaf Account 3.2.x module.
An at-a-glance view of the issues that were closed in this release:
Minor Bug(2)
- Made improvements to prevent recursive relationships by adding the validations in
AccountCustomPersistenceHandler
andAccountXrefCustomPersistenceHandler
. - 'View Account' and 'Maintain Account' are being granted the ability to 'Maintain Roles' which is not correct so remove these permissions form
BLC_ADMIN_PERMISSION_XREF
table.
DELETE FROM BLC_ADMIN_PERMISSION_XREF WHERE ADMIN_PERMISSION_ID = -31005 AND CHILD_PERMISSION_ID = -141;
DELETE FROM BLC_ADMIN_PERMISSION_XREF WHERE ADMIN_PERMISSION_ID = -31004 AND CHILD_PERMISSION_ID = -141;
Total Resolved Issues: 2