AWI-108603 • 18-Jul-2025 • Bug
Description For large category trees, the performance of the storefront could be improved by eliminating empty array elements from the response of the wrapper endpoint /categorytree. This would improve the overall time it takes to parse the response. Steps to Repeat https://api.search.sparque.ai/api/v2/categorytree
AWI-108537 • 15-Jul-2025 • Bug • ICM 7.10
Description When department roles are assigned on the edit system and then replicated to the live system, the department role assignment is correctly set on the user after replication. But when the department role assignment is removed at a later point in the edit system, the replication does not remove
AWI-108431 • 14-Jul-2025 • Bug • Solr Cloud
Description The query result - , filter - and document cache can grow in a way that it may cause an Out Of Memory of the Solr server. The cache sizes are configured in the solrconfig.xml only with a size limit, but even with the size="512" memory consumption can be too high. The cache size should also
AWI-108387 • 14-Jul-2025 • Bug • Solr Cloud
Description Currently used textID field type that is used for SKU matching has an issue if there are matches from other fields but no match in the SKU field. To fix this matching it is recommended to use different field types: text_splitting or text_splitting_tight Steps to Repeat Copied from Description
AWI-108142 • 10-Jul-2025 • Bug
Description In the ICM back office when a business user tries to select a predefined list to display in the product list component. The predefined list drop down displays in a random order and is difficult to find required list. Steps to Repeat backoffice (channel inTRONICS) open a product filter component
AWI-108098 • 04-Jul-2025 • Bug
Description Product links cache apparently not cleared on Live environment after replication Steps to Repeat After a replication with replication group products the expected product links are not visible in the live environment. - setup ICM 12.4.4 replication system ( or in my test ICM 7.10.41.10-LTS
AWI-108007 • 08-Jul-2025 • Bug
Description The TransportExecutorBO/SFTPTransportJschImpl download/pull operation execution needs a file exist check Steps to Repeat The TransportExecutorBO/SFTPTransportJschImpl download/pull operation execution needs a file exist check or configurable wait implementation to prevent further file access
AWI-107996 • 26-Jun-2025 • Bug • ICM 7.10
Description An NPE is thrown during the import of a Product Attribute Group (XML) if the <attribute-descriptors> element, which is defined as optional in the productattributegroup.xsd file, is missing. [2025-06-13 06:30:38.858 +0000] [JobExecutor855508943] ERROR c.i.b.core.internal.impex.FileLogger -
AWI-107850 • 04-Jul-2025 • Bug
Description It is possible to change the email address without a valid password. You can enter anything in the password field and the email will be updated. Tested on PWA 5.3 with ICM 7.10.41. and 12.4.1 Steps to Repeat Login in the inTRONICS PWA storefront with patricia Navigate to Profile Settings
AWI-107800 • 02-Jul-2025 • Bug
Description The fixed facet attributes are returned as key value Map<String,String>, which yields to an improper format when the value is itself an object. As this introduce an API break, this fix should only be introduced in the next major version. Steps to Repeat Sparque wrapper does return wrong attribute