Description REST API for personalized prices etc requires (s)pgid authentication token However we don't check that both match. (Meaning, we don't check that the specific user is really part of the used personalization group.) This leads to a cached version of the REST response for the used spgid. This
AWI-71460 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description The wrong resource file is used if a source file name and the target bundle name are the same. Task: Write a warn log message if a source file name and the target bundle name are the same. null Bug null Verified Closed null Major AdoWorkItem 71458 Products Products Infrastructure 0 Fixed
AWI-71458 • 13-Sep-2023 • Bug • ICM 7.10
Description There is no index with the attribute shippingBucketRef at the first position: the lookup of a Bucket' properties may lead to full index scans. This is fixed while changing the attribute order of the UNIQUE Constraint ("group", key, "shippingBucketRef"), null Bug null Verified Closed null
AWI-71451 • 22-Mar-2023 • Bug • IOM 3.7
Description After the day when adjust sharing groups by replication (adding and removing items from the sharing groups), at baskets created on the day before, that contain products that now are not there anymore ... some REST requests fail with internal server errors. precondition: MultipleShipmentsSupported
AWI-71438 • 21-Nov-2023 • Bug • ICM 7.10
Description In case of "no Solr server to connect to" or "no search index available", the products REST API responds with an internal error: [2021-11-18 09:19:39.844 +0100] ERROR localhost ES1 appserver0 [inSPIRED-inTRONICS_Business-Site] [-] com.intershop.component.rest.internal.application.RestExceptionMapper
AWI-71440 • 27-Apr-2023 • Bug • ICM 7.10, ICM 11, Solr Cloud
Description The business object CostCenterBO doesn't respect the principle describe in the documentation: Cookbook - Business Objects https://support.intershop.com/kb/27K20 One of the last statements in the create method should be the call of objectCreated and accordingly delete of the business object
AWI-71371 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description PromotionhandlerImpl.GetPromotionsForProduct --> calls ProcessPromotionsREST-GetApplicablePromotions This should be moved to java code and checked for performance issues (Product REST request says, this takes 0,5s for each product, which is too long) null Task null Moved out of state Resolved
AWI-71344 • 30-Jun-2022 • Task • ICM 7.10, ICM 11
Description When (re)importing channel / application content in ICM or via DBPrepare (considering the NPE fix --> escal #70779 and escal #66276) the following error message occurs: Oracle: [2021-11-08 15:06:44.013 +0100] [BulkerThread-521] ERROR c.i.b.core.internal.impex.FileLogger - Impex Error message:
AWI-71341 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Take any Managed Service configuration with type String and store an email address as value. The value will vanish. You might have to go back and forth from Sharing-Tab to Configuration-Tab to see, or not see the value. Steps to Repeat Take any Managed Service configuration with type String
AWI-70298 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Description We are trying to set up a process where all returns are going to a dedicated returns warehouse/supplier. The supplier is not necessarily connected to the order, meaning it did not ship the items etc. When a document (return label in this case) is created for the return warehouse it does not
AWI-71269 • 22-Mar-2023 • Bug • IOM 3.4, IOM 3.7
Description The performance of the REST API gets really bad, when using calls like /categories/test/products?amount=10000&attributeGroup=PRODUCT_LIST_DETAIL_ATTRIBUTES The given "amount=10000" causes high load on the app server. Actual Behavior The amount parameter accepts any value, even though a regular
AWI-71259 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Repro Steps Actual Behavior We always have problems to find the root cause of InvalidStateTransitionExceptions because the appropriate StatesControllerBeans only print out the class name, but not the id of the object to get a new state. It is impossible for us to determine the failing object. So it would
AWI-71258 • 25-Jan-2022 • Bug • IOM 3.6, IOM 3.7
Actual Behavior When rebuilding the search index it often fails with the below exception leaving the search index invalid and unusable.[2021-10-19 22:00:02.905 +0000] ERROR edit.shop.com ES1 appserver0 [] [] com.intershop.adapter.search_solr.internal.SolrIndexHandlerExtension [] [Unknown] [LJ0KCgQQAUwAAAF8HDgqiJqE]
AWI-71243 • 27-Apr-2023 • Bug • Solr Cloud
Steps to Repeat create an invalid return (e.g. unknown position number / sku) browse to returns tab see exception Actual Behavior If invalid returns have been created (e.g. via REST API), browsing to the returns list might fail. This is caused by an exception in the sales price calculation (e.g. missing
AWI-71213 • 22-Mar-2023 • Bug • IOM 3.6, IOM 3.7, IOM 4.1
Description REST Call post customers/<id>/costcenters -> according to the swagger docu it is not possible to set the active flag to false in the request body -> in the appropriate patch request this is possible (OK) null Bug null Verified Closed null Major AdoWorkItem 71198 Products Products ICM Fixed
AWI-71198 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description REST Call: get customers/<id>/users If a cost center admin wants to assign users to a cost center he needs a list of assignable users. Currently he is not allowed to fetch user data because he has not permission B2B_VIEW_USERS. Actual Behavior The cost center admin is able to execute the
AWI-71199 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Errors that happen during SFTPTransport or FTPTransport get ignored. This makes a possible error handling or reaction to problems impossible. If some of the transport is not possible, this should be passed on to upper layers as well. Impact stale data in the live system because some imports
AWI-71190 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description There are scenarios, where process chains can get deleted but other processes might depend on them. Two places were identified: Syndications and JobConfigurations. Repro Steps - in inSPIRED backoffice take care that your admin user has the access privilege "Process Chain Manager" - under
AWI-71159 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Whenever a product list is called via REST, a query will be triggered to the database. The Result gets a pageable id so the call does not need to be done a second time and paging can be executed on this result. However if no result was found, the pageable id will not be generated. (only in
AWI-71130 • 22-Mar-2023 • Bug
Description There is a special treatment for only 1 product result done via database. In all other cases sortable Attgributes will be added to the response. These attributes should be there in every case. This bug was found and fixed with #70172 . null Bug null Verified Closed null
AWI-71131 • 22-Mar-2023 • Bug
Showing 761-780 of 3215
The Intershop Knowledge Portal uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties. Please find further information on privacy in the Intershop Privacy Policy and Legal Notice.
Home
Knowledge Base
Product Releases
Log on to continue
This Knowledge Base document is reserved for registered customers.
Log on with your Intershop Entra ID to continue.
Write an email to supportadmin@intershop.de if you experience login issues,
or if you want to register as customer.