| TS020768678 |
- Issue: The date timestamp displayed in the Store 2.0 application used the local timezone of the browser. This was not aligned with the Order Hub application, which uses the locale timezone of the user.
- Fix: This issue is resolved. To apply the fix, rebuild extensions.
- Files modified:
-
UI files
- packages/libs/common-components/src/lib/pipes/date-format.pipe.ts
|
| TS020574718 |
- Issue: The Lookup-Inventory screen did not include pagination functions, which caused heavy load and high UI rendering latency. This action occurred when many items were present in a specific location. As a result, stores with large inventory counts experienced a performance degradation.
- Fix: This issue is resolved.
- Files modified:
-
UI files
- packages/features/lookup-inventory/src/app/features/lookup-inventory/product-list-page/lookup-inventory-products/lookup-inventory-products-data.service.ts
- packages/features/lookup-inventory/src/app/features/lookup-inventory/product-list-page/lookup-inventory-products/lookup-inventory-products.component.ts
- packages/features/lookup-inventory/src/app/features/lookup-inventory/product-list-page/product-list-data.service.ts
-
Internal
- oms_war/repository/eardata/isf/war/mashupxmls/inventory/lookup/isf_inventory_lookup_mashups.xml
- oms_war/src/com/ibm/isf/inventory/lookup/ISFGetItemInventoryList.java
- oms_war/src/com/ibm/isf/inventory/lookup/ISFGetMultipleItemDetails.java
- oms_war/src/com/ibm/isf/mashups/utils/ISFItemUtils.java
|
| TS020302630 |
- Issue: Store Next-Gen 2.0 mapped language by using the first two characters of the locale code instead of the full locale configuration. This prevented Store Engagement UI language bundles from loading correctly for custom locales.
- Fix: This issue is resolved. To apply the fix, rebuild extensions.
- Files modified:
-
UI files
- packages/features/login/src/app/features/login/login-page/login-page.component.ts
- packages/libs/core/src/lib/services/authentication.service.ts
- packages/libs/core/src/lib/utilities/app-info.util.ts
|
| Internal |
- Issue: During putaway deposit operations, users could not scan destination locations directly. The system required selecting a location by using the Select option before scanning. Even valid locations triggered the error, which read, "Scanned location does not match any destination location.”
- Fix: This issue is resolved.
- Files modified:
-
UI files
- packages/features/putaway-inventory/src/app/features/putaway-inventory/putaway-wizard-page/deposit-products-page/deposit-products-page.component.ts
- packages/features/putaway-inventory/src/app/features/putaway-inventory/putaway-wizard-page/deposit-products-page/deposit-products-page.component.html
- packages/features/putaway-inventory/src/app/features/putaway-inventory/putaway-wizard-page/modals/select-inventory/select-inventory.component.ts
- packages/features/putaway-inventory/src/app/features/putaway-inventory/putaway-wizard-page/modals/select-inventory/select-inventory.component.html
- packages/features/putaway-inventory/src/app/features/putaway-inventory/putaway-wizard-page/pick-products-page/pick-products-page.component.ts
- packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/en.json
- packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/de.json
- packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/es.json
- packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/fr.json
- packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/it.json
- packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/ja.json
- packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/ko.json
- packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/nl.json
- packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/pt.json
- packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/zh.json
- packages/features/putaway-inventory/src/assets/putaway-inventory/i18n/zh-tw.json
-
Internal
- oms_war/src/com/ibm/isf/putaway/ISFScanToExecutePutawayTask.java
|
| Internal |
- Issue: The move inventory feature lacked several usability improvements. Missing elements included the Move ID display for ad hoc requests, progress indicators, and a pin icon for location selection. Also, the status for move request types was not displayed, move type indication was unclear, button sizing and styling were inconsistent, and bulk move operations did not show a confirmation count.
- Fix: This issue is resolved.
- Files modified:
-
UI files
- packages/features/move-inventory/src/app/features/move-inventory/adhoc-move-create-wizard-page/adhoc-deposit-products-page/adhoc-deposit-products-page.component.html
- packages/features/move-inventory/src/app/features/move-inventory/adhoc-move-create-wizard-page/adhoc-deposit-products-page/adhoc-deposit-products-page.component.ts
- packages/features/move-inventory/src/app/features/move-inventory/adhoc-move-create-wizard-page/adhoc-pick-products-page/adhoc-pick-products-page.component.html
- packages/features/move-inventory/src/app/features/move-inventory/adhoc-move-create-wizard-page/adhoc-pick-products-page/adhoc-pick-products-page.component.ts
- packages/features/move-inventory/src/app/features/move-inventory/bulk-move-page/bulk-move-pick-location/bulk-move-pick-location.component.ts
- packages/features/move-inventory/src/app/features/move-inventory/bulk-move-page/bulk-move-pick-products-page/bulk-move-pick-products-page.component.html
- packages/features/move-inventory/src/app/features/move-inventory/bulk-move-page/bulk-move-pick-products-page/bulk-move-pick-products-page.component.ts
- packages/features/move-inventory/src/app/features/move-inventory/bulk-move-page/bulk-move-summary-page/bulk-move-summary-page.component.html
- packages/features/move-inventory/src/app/features/move-inventory/move-inventory-wizard-page/deposit-products-page/deposit-products-page.component.html
- packages/features/move-inventory/src/app/features/move-inventory/move-inventory-wizard-page/deposit-products-page/deposit-products-page.component.scss
- packages/features/move-inventory/src/app/features/move-inventory/move-inventory-wizard-page/deposit-products-page/deposit-products-page.component.ts
- packages/features/move-inventory/src/app/features/move-inventory/move-inventory-wizard-page/pick-complete-page/pick-complete-page.component.html
- packages/features/move-inventory/src/app/features/move-inventory/move-inventory-wizard-page/pick-complete-page/pick-complete-page.component.ts
- packages/features/move-inventory/src/app/features/move-inventory/move-inventory-wizard-page/pick-products-page/pick-products-page.component.html
- packages/features/move-inventory/src/app/features/move-inventory/move-inventory-wizard-page/pick-products-page/pick-products-page.component.ts
- packages/features/move-inventory/src/styles.scss
- packages/libs/styles/src/styles/icons/_glyphicons.scss
- packages/libs/styles/src/styles/icons/fonts/app-glyphicons.svg
- packages/libs/styles/src/styles/icons/fonts/app-glyphicons.svg
- packages/libs/styles/src/styles/icons/fonts/app-glyphicons.ttf
- packages/libs/styles/src/styles/icons/fonts/app-glyphicons.woff
- packages/libs/styles/src/styles/icons/selection.json
- packages/features/move-inventory/src/assets/move-inventory/i18n/en.json
- packages/features/move-inventory/src/assets/move-inventory/i18n/de.json
- packages/features/move-inventory/src/assets/move-inventory/i18n/es.json
- packages/features/move-inventory/src/assets/move-inventory/i18n/fr.json
- packages/features/move-inventory/src/assets/move-inventory/i18n/it.json
- packages/features/move-inventory/src/assets/move-inventory/i18n/ja.json
- packages/features/move-inventory/src/assets/move-inventory/i18n/ko.json
- packages/features/move-inventory/src/assets/move-inventory/i18n/nl.json
- packages/features/move-inventory/src/assets/move-inventory/i18n/pt.json
- packages/features/move-inventory/src/assets/move-inventory/i18n/zh.json
- packages/features/move-inventory/src/assets/move-inventory/i18n/zh-tw.json
|