AWI-77717 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
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-77712 • 13-Sep-2023 • Bug • ICM 7.10
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-77713 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
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-77708 • 24-Mar-2023 • Bug • IOM 4.1
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"
3045B5 • 11-Apr-2024 • Wireframes • Intershop Progressive Web App
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
AWI-77651 • 13-Sep-2023 • Bug • ICM 11
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
K30453 • 16-Feb-2023 • Cookbooks • ICM 7.10, ICM 11, ICM 12, ICM 13
Table of Contents 1 Introduction 2 Recipe: Add and Customize Order Export Actions 3 Recipe: Implement the Execution of a Custom Order Export Action on Order Creation 4 Recipe: Implement the Execution of a Custom Order Export Action for Scheduled and Manually Executed Order Export Jobs 5 Recipe: Handle
AWI-77586 • 21-Nov-2023 • Bug • ICM 7.10, 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-77579 • 24-Mar-2023 • Bug • IOM 4.1
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-77582 • 11-Jun-2024 • Bug
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();