Description The customer has noticed that if a Wishlist (so a productlist in the DB), contains a product that has been deleted, the FireViewProductListEvent pipelet throws a NullPointerException with no information other than the pipelet). [2022-05-13 08:05:33.762 +0000] ERROR vm-mid-p-live-app03 ES1
AWI-76788 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description The request for a manual credit note failed because the produced request is too long. In this case, there are 52 order positions, which results in a get request ~10.000 characters long. This is too much for the application server. The response acknowledges this with: Request-URI Too Long
AWI-76748 • 22-Mar-2023 • Bug • IOM 4.2
Description The CMS REST API call does not return the expected configuration values for content template based components that do not override inherited values (see attached BO + REST screenshots). Note: Not overwritten content template values are not returned in REST response, but overwritten configurations
AWI-76709 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Master Repository Product Delete Mode Imports will not complete Copied from Repro Steps when changed from Escalation to Bug Below the steps to reproduce this issue: - install ICM version 7.10.38.5 with SQL Server - both installed on basic Windows System - inside inSPIRED master repository
AWI-76710 • 13-Sep-2023 • Bug • ICM 7.10
Description The issue is that sometimes the SMC login mask does not show up. Only a server restart can heal this - and sometimes several restarts are necessary. Steps to Repeat If it happens there simply is no login mask displayed when the SMC login page is called. Business Impact extensions are sometimes
AWI-76686 • 13-Sep-2023 • Bug • ICM 7.10
Description Creating a quote request using POST with “-“ for customerid and userid results in a 500 internal server error. Expectation from customer: 500 server error should not happen, second, why isn’t "–" working to use the current customer and current user? Repro Steps in B2B REST storefront navigate
AWI-76652 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description This query is executed for each line item in the basket which unnecessarily spoils performance since result can be cached: SELECT ID, DEFAULTFREIGHTCLASSFLAG, ACTIVEFLAG, SHIPALONEFLAG, SERVICEFLAG, DIGITALFLAG, UUID, DOMAINID, OCA, LASTMODIFIED, COUNT(1) OVER() AS ORM_ROWCOUNT FROM FREIGHTCLASS
AWI-76631 • 22-Mar-2023 • Bug • ICM 7.10
Description This query is executed for each line item in the basket which unnecessarily spoils performance since result can be cached: SELECT TAXJURISDICTIONID, COUNTRY, STATE, DOMAINID, OCA, LASTMODIFIED FROM JURISDICTIONMAPPING WHERE COUNTRY=? AND STATE=? AND DOMAINID=? null Bug null New New null Major
AWI-76633 • 22-Mar-2023 • Bug • ICM 7.10
Description Dover reported an increasing order value difference with a rising number of products when a promotion line item is used. In case that this wont be treated as defect could you please provide some hints how to improve the precision for the calculation to keep differences on a minimal level
AWI-76606 • 22-Mar-2023 • Bug • ICM 7.10
Description WA log: [2022-05-10 14:50:45 +0200] server [26892/25532/DGkCAGJ6X6QGsqjA-33-35] ERROR request: BhvSubRequestProcessIncludes(): max. recursion level (include.maxdepth=32) for <wainclude>s exceeded while processing /INTERSHOP/web/WFS/inSPIRED-inTRONICS-Site/en_US/-/USD/IncludeBranding-StyleSheetHook
AWI-76572 • 19-Oct-2023 • Bug • ICM 7.10, ICM 11
Description A new REST interface is necessary to allow PWAs to trigger GDPR action "delete" and "send information" after user followed link in GDPR response email. Steps to Repeat Copied from Description when changed from Task to Bug A new REST interface is necessary to allow PWAs to trigger GDPR action
AWI-76538 • 21-Nov-2023 • Bug • ICM 7.10, ICM 11
Description If you compare the OMT search forms between the orders and the products, no shops nor suppliers are selected for the orders, whereas they are all selected in the product form. The behaviour should be the same in both cases whereas the order search way is the better one: it is faseter to select
AWI-76509 • 10-Jan-2024 • Bug
Description IOM has the possibility to automatically deduct inventory from a supplier's stock level when the order is commissioned. This logic currently works with the originally ordered quantity of a line item only. It should however also consider any canceled units as these will not need to be fulfilled
AWI-76496 • 22-Mar-2023 • Bug • IOM 3.7, IOM 4.1
Description The export configurations of: ORDEREXPORT_STANDARD_BAKERY_V1 ORDEREXPORT_IDEAL have been removed. This has been done without deprecation cycle because both implementation classes have actually been removed a long time ago. RemovalNote null Task null Completed Closed null Major AdoWorkItem
AWI-76442 • 14-Jun-2022 • Task • IOM 4.1
Description OrderExportConfigBeanDefDO.RETURN_ANNOUNCEMENT_EXPORT has been deprecated. Projects should migrate to ReturnAnnouncementTransmissionDOs instead. DeprecationNote null Task null Completed Closed null Major AdoWorkItem 76444 Return RMA-Process Products Products iom/4.1.0
AWI-76444 • 14-Jun-2022 • Task • IOM 4.1
Description After running dbprepare on 7.10.38.5-LTS, the replication of tables from the staginggroup PRICING_PriceScale fails. ERROR - Error preparing staging table PRICEDEFINITIONPRODUCTBINDING com.microsoft.sqlserver.jdbc.SQLServerException: There is already an object named 'PKPRICEDEFINITIONPROD
AWI-76420 • 13-Sep-2023 • Bug • ICM 7.10
Description In case of a return announcement, it is possible to activate exports as transmissions. In that case, one config is needed per supplier to get one export per supplier. However, there is a bug in case the order has multiple suppliers: an export is generated even though there is no article in
AWI-76416 • 22-Mar-2023 • Bug • IOM 4.1
Description the debug log message of the class com.intershop.beehive.core.interequest.SecureSessionToken (lines 119-120) looks like this:There is a token that does not match; The secure token 'Optional[bf3cae9eb31a06c97410c2b591fec8c03591e62fb56b79e56e6e7e972bd8476a]' of the request 'LCFaE2Jq_4w5TqYK-0-00'
AWI-76407 • 13-Sep-2023 • Bug • ICM 7.10
Description The Job ProcessProductPriceRefresh removes to many objects in PRODUCTPRICECHANGEEVENT table which could lead to OCAException when changing or importing price lists. [2022-01-18 16:29:00.706 +0100] ERROR localhost ES1 appserver0 [] [] com.intershop.beehive.core.internal.job.JobExecutor []
AWI-76398 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Repro Steps Example: Create a return with HTML code in the comment, e.g. <script>alert('If you see me, it\'s not good')</script> Check the return in OMT and check for a browser pop-up Actual Behavior Javascript injection possible in several OMT form fields. Expected Behavior This must not
AWI-76385 • 20-Apr-2023 • Bug • IOM 3.7
Showing 2401-2420 of 5292
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.