Steps to Repeat Use the BlueprintProject and upload products manually. Actual Behavior View Edit null Bug null New New null Major AdoWorkItem 77752 Products Products OMT iom/4.0.0
AWI-77752 • 12-Dec-2023 • Bug • IOM 4.0
Description If there is a configured "intershop.rest.maxProductAmount" (different from the default value of "200") the RestException, in case the amount is exceeded, nevertheless returns "amount must not exceed 200". Repro Steps configure "intershop.rest.maxProductAmount=300" order an amount > 300 check
AWI-77717 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description ICM product import in DELETE mode does generate import exception about "Could not DELETE object com.intershop.beehive.xcs.internal.product.ProductLinkPositionPO" Steps to Repeat Test Case: - install ICM 7.10.38.11 - export inSPIRED master repository products in XML file - define inSPIRED
AWI-77712 • 13-Sep-2023 • Bug • ICM 7.10
Description Applying the bugfix for #77288 only ensures that not-null-columns are migrated to null-columns even if the ORM field is declared as required. So columns that already were migrated to null wrongly will stay null. Actual Behavior Columns that already were migrated to null wrongly will stay
AWI-77713 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Description executing the function directly on the database: select "process_article_aggregation" (); throws: SQL Error [23503]: ERROR: update or delete on table "ArticleInfoShopAO" violates foreign key constraint "ArticleInfoShop2DeliveryFormDefAO_fk_articleInfoShopRef" on table "ArticleInfoShop2DeliveryFormDefAO"
AWI-77708 • 24-Mar-2023 • Bug • IOM 4.1
Table of Contents Introduction View and Edit Interactive Prototype Responsive Design Page Notes Widget Style Manager Feedback Wireframes Introduction The wireframes described here contain interaction designs for storefront pages. Elements and functionality of the Intershop Progressive Web App are displayed
3045B5 • 01-Aug-2022 • Wireframes • Intershop Progressive Web App
Description When emails are sent using TLS the SSL handshake fails. Steps to Repeat see #72034 Actual Behavior see #72034 Expected Behavior Mail can be sent null Bug null Verified Closed null Major AdoWorkItem 77651 Products Products Infrastructure 0 Fixed in Commit 72034 Related as/11.0.6
AWI-77651 • 13-Sep-2023 • Bug • ICM 11
Description The issue came to my attention at this customer, that still runs on 7.9, but 7.10. seems to be affected in the same way. The index BASICPROFILE_CI001 appears in two files in the source code: Here the index is dropped core/staticfiles/cartridge/lib/resources/core/dbinit/scripts/dbconstraints
AWI-77586 • 21-Nov-2023 • Bug • ICM 7.10, ICM 11
Description As InvoiceAggregationIntervalDefDO is not prepared with migration scripts, customizations have to initialize this table to avoid constrain violations when accessing the missing values in custom queries. Preparing this table while server start is too late in this cases. Expected Behavior
AWI-77579 • 24-Mar-2023 • Bug • IOM 4.1
Actual Behavior Getting LazyInitializationException when trying to get assigned Supplier via ShopDO LazyInitializationException: failed to lazily initialize a collection of role: bakery.persistence.dataobject.configuration.shop.ShopDO.addressTypeList4ThisShop List<ShopDO> shops = shopLogicService.getShopDOList();
AWI-77582 • 23-Feb-2024 • Bug
Description The customer encountered a situation that certain product pages could not be rendered in the PWA (Version 2.0) Then the log logged this NullPointerException: [2022-06-10 16:09:49.592 +0200] ERROR localhost ES5 appserver0 [inSPIRED-otherTRONICS-Site] [-] com.intershop.component.rest.internal
AWI-77578 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description The creation script should check for the column TaxDO.location prior to creating the trigger. Otherwise, DBMigrate will notify an error while re-creating the stored procedures when the original version is less than 3.4.0.0. This is uncritical as the trigger just enforces data integrity and
AWI-77545 • 22-Mar-2023 • Bug • IOM 4.1
Description Running the ProcessProductPriceRefresh job can cause an OCAException during the price list import because the job removes all entries with past event dates in the PRODUCTPRICECHANGEEVENT db table. If these entries are added during the import, the OCAException may occur. Since this job is
AWI-77526 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Exception is thrown for SOAP connection during staging. [2022-06-08 14:59:15.382 +0000] [icm-executor-service-thread1: PipelineExecutor_TriggerStagingProcess-TriggerLive1386711286] INFO - CORE exception : com.intershop.beehive.core.rapi.soap.ConnectException: http://icm-lv-web:8080/INTER
AWI-77509 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Description The customer noticed that stopping the Windows application server service or the stop via nodemanager do no longer work since they upgraded from 7.10.27.1 to 7.10.38.9-LTS The java application stays loaded Steps to Repeat - enable check source for the configuration intershop.configuration
AWI-77500 • 13-Sep-2023 • Bug • ICM 7.10
Description When a review is in status new (has to be approved) the review details REST Call returns the following: { "type": "Review", "authorFirstName": "Patricia", "authorLastName": "Miller", "title": "Super!", "content": "dsfdsf", "id": "B_WsH_AByIUAAAGBVUdi2GY0", "creationDate": 1655277111125, "rating": 4
AWI-77476 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description For the PWA 3.0 version the product, category and content page routes will be changed to get a better SEO ranking. This needs to be addressed during the creation of PWA sitemaps. A documentation of how the new PWA urls will look like and what challenges needs to be addressed is here: https://github
AWI-77470 • 10-May-2023 • User Story • ICM 7.10, ICM 11
Description If you want to exclude a specific category filter from the search results all category filters will be removed Repro Steps On the storefront search for a product that is present in some of the Catalogs as well as the specials catalog, e.g.: "3718397" Switch to the backoffice and open the
AWI-77466 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description ruleDescription is missing for GET promotions call after update to 7.10.38.9 Repro Steps 7.10.38.9 LTS: GET https://10.0.67.163:8443/INTERSHOP/rest/WFS/inSPIRED-inTRONICS-Site/-;loc=en_US;cur=USD/promotions/10EUROrderDiscount Response: { "name": "10 EUR Order discount", "type": "Promotion"
AWI-77463 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Until now, database tables are extended at startup when a new java enum value is detected. (in enums annotated with @PersistedEnumerationTable) This is too late as migration or project sql scripts may refer to such new values and hence fail or even silently skip some tasks, when those enum
AWI-77453 • 29-Feb-2024 • Feature • IOM 4.2
Showing 2321-2340 of 5259
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.