IS-29392 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Description: Since version 7.10 the COMPUTEDITEMS field of the BASKET and the ISORDER table contain compressed data. So they are not directly readable anymore. Would it be possible just to log the ComputedItems field into the debug log one time after every calculation? Are there security/privacy
IS-29380 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Description: The GetCustomersREST.query will fail on LISTAGG function because of a lot basicprpofile customer table domain records Steps to repeat: Customer scenario has a lot of basicpofile customer records for specifc domain. In case of a REST call which does execute GetCustomersREST.query
IS-29374 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Description Description: Master Products with only a product link set on a channel, can not be removed by the bulk import. It only happens with the bulk import and under some conditions. -The product is shared to a channel. -in a channel only a productlink is created Then the product can not be removed
IS-29355 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Description: When importing a customer XML in UPDATE mode while the XML "user" section in the file uses REPLACE mode, the CGs and IGs of the customer are "toggled". Steps to repeat: 1. In B2B channel backoffice export customer OilCorp (see attached _orig XML) 2. In BO create 2 new CG_ customer
IS-29345 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description REST calls b2c: post /customers put /customers/- b2b: post /customers/-/users put /customers/-/users/<userid> the attribute preferredLanguage should not be mandatory in this calls, instead the application default language should be set Repro Steps REST calls b2c: post /customers put /customers/-
IS-29332 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Description: When a product is updated via BMECat import this update should be a REPLACE mode import for all attributes of the import language provided in the HEADER and for non-localised attributes of the product. Attributes of other languages however should not be affected. Situation: A
IS-29334 • 05-Jun-2024 • Bug • ICM 11, Responsive Starter Store
Description Description: in tracking.js a "encodeURI" should be added, else IE 11 produces „Invalid URL“for searches like „Fußball“ Steps to Repeat Description: in tracking.js a "encodeURI" should be added, else IE 11 produces „Invalid URL“for searches like „Fußball“ Fix_with_next_patch ilmSPIRIT Bug
IS-29330 • 05-Jun-2024 • Bug • ICM 7.10
Description Description: Disabling a campaign with an attached promotion and re-enabling promotion causes an invalid basket checkout message. Steps to repeat: 1. In B2B channel create a campaign with Everyone customer segment 2. In campaign, create an order percent off promotion, assigned to the campaign
IS-29324 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Current Situation It is not possible any more to sort components in the design view (version 7.10.15.2): It was possible in 7.9: Desired Situation It should be possible to sort components in the design view. Steps to reproduce login to the BO go to the channel or the application open the
IS-29321 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Description The dictionary inspector handles several collection types. Iterators will be iterated over so that in fact they are unusable afterwards. This is not problematic in cases were the iterator is created by a method like com.intershop.beehive.core.capi.domain.Domain.createUnitsIterator() but ccause