Defect HC-6042

Error when adding a product to a wish list

Software

Customer case Applies to Corrected in
CS0142851 V9.0.1.6 9.0.1.14

Observed behavior

When a user attempts to add a product to a wish list, the user might see error CMN4512I and the product is not added.

Expected behavior

The validation of the catalog entry was being performed through the SOI service, which performs the wrong access control check, and a message similar to the following appears in the log:

errorMessage=An error has occurred. If this problem persists, contact product support., errorCode=_ERR_GIFTLIST_ITEM_CATENTRYDETAIL_MISSING

Resolution

The code was changed to use CatalogEntryAccessBean to validate catalog entry.