IS-32048 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Description: Reproduceable on ICM 7.9 and 7.10 An error is logged each time you open the Import & Export page in backoffice after you run a cleanup job Steps to repeat: create an order export job ( manual execute, no further settings required) in backoffice ( enable service in operations
IS-32053 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description A project did execute dbmigrate to migrate 7.7 db schema to latest 7.10.26.2 version. As result the related com.intershop.beehive.core.dbmigrate.preparer.database.ExecuteSQLScriptPreparer calls for migrateBasketAddresses.sql and migrateCustomerAddresses.sql did fail due to invalid table columns
IS-32037 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Description: When a customer has changed their email address in My Account > Profile Settings, an email is sent to the new email address. Currently, the channel-specific preference NewEmailAddressEmailFrom is not defined as the sender address in the PWA context, instead the system-wide preference
B29779 • 05-Sep-2024 • References • ICM 7.10
Info This job is available from Intershop Commerce Management 7.10.27.0. Name ProcessChain.RebuildIndexesProductAssignments Domain SLDSystem Job Dependencies Acquired Resources SearchIndexes Cartridge init_operations Pipeline ExecuteProcessChain Affected Domain Objects Search Indexes Affected Tables
2Z9780 • 05-Sep-2024 • References • ICM 7.10
Info This job is available from Intershop Commerce Management 7.10.27.0. Name ProcessChain.InitIndexesProductAssignments Domain SLDSystem Job Dependencies Acquired Resources Cartridge init_operations Pipeline ExecuteProcessChain Affected Domain Objects Search Indexes Affected Tables iproductcategoryassignment
A29781 • 28-Jan-2021 • Guidelines • ICM 7.10
Table of Contents Introduction References Migration Introduction Note This migration guide applies for 7.10.26.4, 7.10.27.1 and 7.10.28.0. 7.10.27.0 is not included, refer to Cookbook - Single Sign-On (SSO) | Recipe: Configure Redirect URI | Solution 2 for the original redirect URI pattern. When using
IS-32006 • 05-Jun-2024 • Bug • ICM 7.10
Description Description: Customer gets a NPE in com.intershop.adapter.productprice.service.internal.provider.ProductPriceServiceProductPriceProviderImpl.getPrices because the user object is null. Caused by: java.lang.NullPointerException: null at com.intershop.adapter.productprice.service.internal.provider
IOM-10857 • 07-Sep-2021 • Bug • IOM 3.4
Description Steps to repeat: Clear the application cache via the cache REST API Make a call to the ShopPersistenceService.getShopDOList() All shops will be put into the cache without lazy fetching In a different transaction (e.g. new API call or new schedule run), get the list again via the mentioned
IS-32003 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Current Behavior REST API returns (under very rare and specific conditions) values like "java.util.ArrayList$Itr@92ab940" Expected Behavior A REST API should not return such terms. Steps to Repeat create product A no specific attributes create product B with one custom attribute of type "multiple
IOM-10850 • 07-Sep-2021 • Bug • IOM 3.4
Description Current Behaviour: The promotion.id has no maximum length documented, but the database has a length restriction. When using an id with length 500 i.g., the request will fail. Expected Behaviour: Documented constraints. Note: As all customers currently respecting this constraint and a breaking