Order Hub resolved issues

Resolved issues in Order Hub as part of the IBM Sterling® Order Management System version 26.0 and the subsequent minor updates.

11 June 2026 (Fix pack release)

Defect ID Case number Description
orderhub-ui-utils#3331 TS022368507 The calendar is displaying six days a week with or without week number.
  • Problem: As part of the changes to display week numbers in the date picker, the updated CSS introduced slight misalignment in the day columns. This issue caused some days to wrap to the next row, resulting in rows displaying only six days.
  • Fix: Adjusted the date picker styling to make sure that seven days are shown per row.
  • Files changed: Internal library files

5 June 2026 (Release 10.0.2604.2-26.2.4.2)

Defect ID Case number Description
buc-app-order#9905 TS022146807 Delivery schedule line management issues - items are disappearing and the select all delete fails.
  • Problem: The logic in the recurring schedule lines table did not handle certain flows properly.
  • Fix: Changed the code to handle adding and removing lines.
  • Files changed:
    packages/order-shared/src/lib/recurring-schedule-orderline-table/recurring-schedule-orderline-table.component.ts
buc-app-order#9901 TS022146983 Orphan YFS_RESOURCE_PERMISSION keys cleanup.
  • Problem: There were two problematic Order Hub resource ids.
  • Fix: Removed the resource id BUCORD0016AT1002 and properly defined the BUCORD0023IP0002AT0004 resource.
  • Files changed: Updated the OMS factory setup files.
buc-app-inventory#5601 TS022264985 Inventory saved searches not working.
  • Problem: The Order Hub restoration of saved searches code for drop-down menu elements had the wrong logic for a particular flow.
  • Fix: Fixed the code for restoring drop-down menu values for such cases.
  • Files changed: Internal library files and the following file.
    packages/inventory-search/src/app/features/search/inv-search/inv-search.component.ts
shell-on-prem#861 TS022215251 Hide the change profile option from the drop-down menu in the Order Hub shell.
  • Problem: Order Hub did not provide the ability to control the access to the change profile action in the top banner drop-down menu.
  • Fix: Added the new resource permission entry to control the change profile action.
  • Files changed: Internal files and OMS factory setup files.
orderhub-ui-utils#3254 TS022123947 The save icon does not show in the customize search modals when renaming a tab.
  • Problem: The positioning of the save icon in the customize search modal was incorrect.
  • Fix: Added some extra CSS styling to resolve the issue.
  • Files changed: Internal library files.
orderhub-ui-utils#2996 TS021315275 Customized new app breadcrumb not going back as expected.
  • Problem: The breadcrumb logic did not handle this specific case of a custom application linking to an as shipped page.
  • Fix: Changed the code to properly tokenize the URL path to navigate to an external custom application route.
  • Files changed: Internal library files (Use common-components version 6.25.6 and svc-angular version 64.2 or later in your custom application package.json).

4 May 2026 (Release 10.0.2604.1-26.2.4.1)

Defect ID Case number Description
buc-app-workspace#2532 TS022025879 The Order Hub Account dashboard accounts checkbox element disappears on screens with low vertical space.
  • Problem: The account selection page UI elements were hidden under certain screen resolution sizes.
  • Fix: Changed the pagination to be outside of the scrollable area and also changed to fixed page height.
  • Files changed:
    packages/workspace-dashboard/src/app/features/workspace-select-account/workspace-select-account.component.html
    packages/workspace-dashboard/src/app/features/workspace-select-account/workspace-select-account.component.scss
buc-app-inventory#5479 TS021869357 The Order Hub GIV adjust inventory screen cannot enter a tag/batch number.
  • Problem: The Order Hub GIV adjust inventory screen did not properly support tag identifiers.
  • Fix: The GIV adjust inventory page now checks the time sensitive and tag control flags to show ship by date and tag identifier/attribute fields based on item details and uses the inputs to adjust inventory accordingly.
  • Files changed:
    packages/inventory-adjust/src/app/features/adjust-inventory/adjust-inventory.component.html
    packages/inventory-adjust/src/app/features/adjust-inventory/adjust-inventory.component.ts
    packages/inventory-shared/assets/buc-app-inventory/getPage-templates.json
    packages/inventory-shared/assets/buc-app-inventory/i18n/en.json
    packages/inventory-shared/src/lib/common/item.interface.ts
    packages/inventory-shared/src/lib/components/sku-information/sku-information.ts
    packages/inventory-shared/src/lib/services/inventory-item.service.ts
buc-app-configurations#2668 TS021711542 Unable to update the ProductAvailablilty.v2 event endpoint.
  • Problem: The Order Hub screen is missing the credentials input fields for client id and client secret on the edit page which are mandatory for updating the API.
  • Fix: The edit page for the webhook endpoint now has the credential fields to provide a way to edit the endpoint.
  • Files changed:
    packages/configurations-endpoints-details/src/app/features/endpoints/configurations-endpoints-details/publish-endpoint-details-fields/publish-endpoint-details-fields.component.ts
buc-app-configurations#2683 TS021927684 Carrier service description is cleared when editing a carrier service.
  • Problem: Order Hub did not ask for a carrier service description which caused issues when saving.
  • Fix: The missing field was added to the screen.
  • Files changed:
    packages/configurations-shared/assets/buc-app-configurations/i18n/carriers/en.json
    packages/create-edit-carrier/src/app/features/create-edit-carrier/create-carrier/create-carrier.component.html
    packages/create-edit-carrier/src/app/features/create-edit-carrier/create-carrier/create-carrier.component.ts
    packages/create-edit-carrier/src/app/features/create-edit-carrier/view-carrier/view-carrier.component.html
buc-app-order#9880 TS021228518 A label in Order Hub is showing in English even after a locale language change.
  • Problem: The word "Audit" was found untranslated in a German file.
  • Fix: Added the proper translation for word audit in the German locale file.
  • Files changed:
    packages/order-shared/assets/buc-app-order/i18n/order/order-detail/de.json
buc-app-order#9819 TS021753825 The selected billing address is not saved for a contract order.
  • Problem: The billing address selection drop-down menu was not detecting changes.
  • Fix: Made sure that the logic for the drop-down menu change event is captured properly at all times.
  • Files changed:
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.html
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.ts
    packages/create-contract-order/src/app/features/order/create-contract-order/create-contract-order.component.ts
    packages/order-shared/src/lib/add-create-contract-order-line-modal/add-create-contract-order-line-modal.component.ts
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.ts
    packages/order-shared/src/lib/contract-salesorder-orderline-table/contract-salesorder-orderline-table.component.ts
buc-app-order#9794 TS021755112 Confirm contract error message not displaying when there is a missing order line.
  • Problem: The contract order confirm action throws error on certain error flows such as invalid minimum order line quantity.
  • Fix: The error flow was corrected to prevent the missing order line error.
  • Files changed:
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.html
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.ts
    packages/create-contract-order/src/app/features/order/create-contract-order/create-contract-order.component.ts
    packages/order-shared/src/lib/add-create-contract-order-line-modal/add-create-contract-order-line-modal.component.ts
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.ts
    packages/order-shared/src/lib/contract-salesorder-orderline-table/contract-salesorder-orderline-table.component.ts
buc-app-order#9772 TS021753966 Edit contract is showing more than the expected groups.
  • Problem: The Order Hub code to call the API to get the groups was missing CallingOrganizationCode and DocumentType, which caused all groups to be returned.
  • Fix: The faulty code was found so that the payload includes the missing values.
  • Files changed:
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.html
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.ts
    packages/create-contract-order/src/app/features/order/create-contract-order/create-contract-order.component.ts
    packages/order-shared/src/lib/add-create-contract-order-line-modal/add-create-contract-order-line-modal.component.ts
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.ts
    packages/order-shared/src/lib/contract-salesorder-orderline-table/contract-salesorder-orderline-table.component.ts
buc-app-order#9759 TS021679563 Contract orders - an invalid ShipToKey is passed.
  • Problem: The Order Hub contract order screen used the bill to address as the ship to address when creating a contract order, which caused errors when that address is not allowed as the ship to address.
  • Fix: The address selection for the contract order page was changed to use the newer address selection component. This component was also enhanced to allow for different type of addresses so that we don't need to ever default the billing address in the ship to address field.
  • Files changed: Internal library files and the following file.
    packages/contract-orders/src/app/features/order/contract-orders/contract-orders.component.ts
buc-app-order#9736 TS021727490 Issue with contract order confirmation when items are uploaded through CSV files and minimum ordered quantity requirements are not met.
  • Problem: The contract order CSV upload code did not handle certain error scenarios clearly.
  • Fix: Changed the code to handle quantity errors accordingly with informative error messages.
  • Files changed: Internal library files and the following files.
    packages/order-shared/assets/buc-app-order/getPage-templates.json
    packages/order-shared/src/lib/constants/order.constants.ts
    packages/order-shared/src/lib/data-services/category-list.service.ts
    packages/order-shared/src/lib/data-services/common-service.service.ts
    packages/order-shared/src/lib/order-details/associate-delivery-request-modal/associate-delivery-request-modal.component.ts
    packages/order-shared/src/lib/order-details/associate-service-request-modal/associate-service-request-modal.component.ts
buc-app-order#9683 TS021505106 There's an issue with the type ahead per character search in the item and customer searches in Order Hub.
  • Problem: The Order Hub type ahead widget calls the APIs quickly and often which causes a previous result which overrides final results in slower environments.
  • Fix: Changed the type ahead code to disregard any earlier responses if there are future pending responses.
  • Files changed: Internal library files and the following files.
    packages/create-order/src/app/features/order/create-order/add-to-order/add-to-order.component.html
    packages/create-order/src/app/features/order/create-order/add-to-order/add-to-order.component.ts
    packages/order-shared/src/lib/add-create-contract-order-line-modal/add-create-contract-order-line-modal.component.html
    packages/order-shared/src/lib/add-create-contract-order-line-modal/add-create-contract-order-line-modal.component.ts
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.html
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.ts
    packages/order-shared/src/lib/contract-salesorder-orderline-table/contract-salesorder-orderline-table.component.html
    packages/order-shared/src/lib/contract-salesorder-orderline-table/contract-salesorder-orderline-table.component.ts
    packages/order-shared/src/lib/data-services/create-contract-order-data.service.ts
    packages/order-shared/src/lib/recurring-schedule-orderline-table/recurring-schedule-orderline-table.component.html
    packages/order-shared/src/lib/recurring-schedule-orderline-table/recurring-schedule-orderline-table.component.ts

6 April 2026 (Release 10.0.2604.0-26.2.4.0)

Defect ID Case number Description
buc-app-inventory#5450 TS021680840 Inventory search does not auto navigate to the details page.
  • Problem: The fix from the last release to auto navigate to the details page if there's a single result was not applied to another code path.
  • Fix: Replicated the code into the alternative code path so that all scenarios are now covered for auto detail page redirect.
  • Files changed:
    packages/inventory-search-results/src/app/features/search/inventory-search-result/inventory-search-result.component.ts
    packages/inventory-search-results/src/app/features/search/inventory-table/inventory-table.component.ts
    packages/inventory-search/src/app/features/search/inv-search/inv-search.component.ts
buc-app-inventory#5441 TS021715845 When the item name is long it overflows and interrupts other elements.
  • Problem: The inventory detail pages breadcrumb did not display properly for the cases where the item name is long.
  • Fix: The Order Hub breadcrumb introduced breadcrumb ellipsis handling for long names in the inventory detail pages.
  • Files changed: Internal library files and the following files.
    packages/inventory-availability-details/src/app/features/inventory/inventory-availability-details/inventory-availability-details.component.scss
    packages/inventory-sku-details/src/app/features/bundle-details/bundle-display.component.scss
    packages/inventory-sku-details/src/app/features/sku-details/sku-display.component.scss
buc-app-inventory#5430 TS021558094 An Order Hub feature is broken when doing an inventory search - the Select nodes pop-up window.
  • Problem: A feature was removed from the previous release for the node selector while doing a performance fix. As a result, a business user can no longer list all nodes in the node selector modal as some search criteria needs to be entered or selected to perform a search of nodes.
  • Fix: Brought back the ability to list all nodes by adding an "All nodes" option to the node type drop-down list.
  • Files changed: Internal library files.
buc-app-inventory#5424 TS021618426 Item search using "Regular item" characteristic does not work as expected.
  • Problem: The SIP item search API did not consider null and empty cases for isModelItem to be the same, so there was no way to accurately search for "regular items" in Order Hub.
  • Fix: Fixed the backend API to cover null and empty values for isModelItem so that we can now properly search for items in Order Hub.
  • Files changed: Internal library files.
buc-app-configurations#2661 TS021767911 The Order Hub UI is not displaying carrier service rates.
  • Problem: The Order Hub code was passing a wrong value in originLocationType when calling a bulk-find API. The rateNodeType of the node configuration was being used for optimization calculations whereas Order Hub was passing fulfillmentNodeType value.
  • Fix: Changed the code to use the rateNodeType value from the node configuration as the value for originLocationType when making the bulk-find call.
  • Files changed:
    packages/configurations-carriers/src/app/features/carriers/carriers-list/shipping-zones/shipping-zones-container/shipping-zones-container.component.ts
buc-app-order#9770 TS021491064 Inconsistent product name derivation logic in Order Hub shipment line details compared to order line details.
  • Problem: The shipment line details page in Order Hub did not have a fallback mechanism for displaying the product name as compared to other pages in the application.
  • Fix: Changed the page to alternatively display ItemDesc if the DisplayItemDescription is empty.
  • Files changed:
    packages/shipment-details/src/app/features/shipment/shipment-details/shipment-lines/shipment-lines.component.ts
buc-app-order#9735 TS021528517 Sorting with unsaved lines removes the unsaved lines.
  • Problem: If changes are made without saving prior to sorting a table, the unsaved lines are removed. Whenever actions are being made that requires an API request we should prompt the user to save before performing the action.
  • Fix: Added the message to prompt the business user to save before performing sorting in the table if there are unsaved changes to the contract order line table.
  • Files changed:
    packages/order-shared/assets/buc-app-order/i18n/shared/en.json
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-shared.mixin.ts
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.html
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.ts
    packages/order-shared/src/lib/contract-salesorder-orderline-table/contract-salesorder-orderline-table.component.ts
buc-app-order#9734 TS021430616 There are apply and resolve hold issues for a sales order that is under a contract order.
  • Problem: The apply and resolve hold types in Order Hub were incorrect.
  • Fix: Modified the code to pass in documentType when retrieving the apply and resolve hold types from the server.
  • Files changed:
    packages/order-search-result/src/app/features/order/order-list-table/order-list-shared.mixin.ts
    packages/order-search-result/src/app/features/order/order-search-result/order-search-result.component.ts
buc-app-order#9733 TS021715004 Contract orders - line selection for deletion.
  • Problem: The contract orders implementation of contract order lines table is a client side approach, whenever some actions are being made that requires an API request we should prompt the user for saving before performing the action.
  • Fix: Added the message to prompt the business user to save before deleting a line in the table.
  • Files changed:
    packages/order-shared/assets/buc-app-order/i18n/shared/en.json
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-shared.mixin.ts
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.html
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.ts
    packages/order-shared/src/lib/contract-salesorder-orderline-table/contract-salesorder-orderline-table.component.ts
buc-app-order#9726 TS021696193 The Save function is disabled in Order Hub when order lines exceed 100.
  • Problem: With the recent changes to the order lines tables for the performance fix to handle large orders, one piece of logic was missed to update a variable that was being checked for enabling the Save button.
  • Fix: Populated the variable with the missing data which corrected the Save button enablement logic.
  • Files changed:
    packages/contract-orders/src/app/features/order/confirmed-table/confirmed-table.component.ts
    packages/contract-orders/src/app/features/order/contract-orders/contract-orders.component.ts
    packages/order-details/src/app/features/order/orderline-list-table/orderline-list-table.component.ts
    packages/order-search-result/src/app/features/order/order-list-table/order-list-cs-table.component.ts
    packages/order-search-result/src/app/features/order/order-list-table/order-list-shared.mixin.ts
    packages/order-search-result/src/app/features/order/order-list-table/order-list-table.component.scss
    packages/order-shared/src/lib/actions/confirmed-table-state.service.ts
buc-app-order#9699 TS021545068 Selected lines from the group view does not work in the Add multiple contract order line modal.
  • Problem: A few non-working scenarios were found in the modal such as: select all and unselect all, reload not showing previous selections, remove from selected lines removes more than expected, and so forth.
  • Fix: Added code to handle all of these edge case scenarios to be more business user friendly.
  • Files changed:
    packages/order-shared/src/lib/add-create-contract-order-line-modal/add-create-contract-order-line-modal.component.ts
buc-app-order#9695 TS021674058 Order line and payment information is not visible on the Order details page when doing an order search for Spanish and other non English locales after the 26.1.1.2 upgrade.
  • Problem: This regression was a side effect of the Angular v20 upgrade. The locale utilities registration post Angular v20 were included in .js files instead of .mjs files.
  • Fix: All of the Order Hub applications replaced the import for the .js files.
  • Files changed: All app.component.ts files in every repository, for example: packages/contract-detail/src/app/app.component.ts, etc.
buc-app-order#9684 TS021478478 Make the total search result count message optional in the Order Hub order search page.
  • Problem: Support research showed that not requesting the total number of records from a search can improve order search response time by half a second to a second depending on the result.
  • Fix: Added a display settings option to Order Hubto retrieve or not the total number of records for an order search scenario. Customers can now use this option based on their requirements and amount of orders in their system.
  • Files changed: Updated the OMS factory setup to define a template to be used by Order Hub.
    packages/order-search-result/src/app/features/order/order-list-table/order-list-shared.mixin.ts
    packages/order-search-result/src/app/features/order/order-list-table/order-list-table.component.html
    packages/order-search-result/src/app/features/order/order-list-table/order-list-table.component.scss
    packages/order-search-result/src/app/features/order/order-list-table/order-list-table.component.ts
    packages/order-shared/src/lib/constants/order.constants.ts
    packages/order-shared/src/lib/data-services/order-list-data.service.ts
buc-app-order#9661 TS021553722 "Select all" functionality fails due to an API response delay when changing items per page.
  • Problem: When changing the Items per page in the drop-down menu from 10 to 25 or 50 in the Add multiple lines modal, users experience a delay where the drop-down menu updates immediately but the table still shows only 10 items. If users click Select all during this delay period, only the initially displayed 10 items are selected instead of all items, which causes confusion and workflow disruption.
  • Fix: Changed the table loading mechanism to strictly show the loading animation and blocking selection until the table is fully loaded.
  • Files changed:
    packages/order-shared/src/lib/add-create-contract-order-line-modal/add-create-contract-order-line-modal.component.html
    packages/order-shared/src/lib/add-order-line-modal/add-item-list-table/add-item-list-table.component.ts
    packages/order-shared/src/lib/add-order-line-modal/add-order-line-modal.component.html
    packages/order-shared/src/lib/add-order-line-modal/add-order-line-modal.component.scss
    packages/order-shared/src/lib/add-order-line-modal/add-order-line-modal.component.ts
    packages/order-shared/src/lib/add-order-line-modal/selected-item-list-table/selected-item-list-table.component.ts
buc-app-order#9636 TS021377805 In the Order details page, the Order line table should remember the selection when you refresh.
  • Problem: The refresh functionality re-initializes the entire table component (not just the data), which causes both the items-per-page setting and applied sorting to revert to defaults. To the business user this is not a desired behavior when working through the order lines of an order.
  • Fix: Enhanced the code to save the table settings to the page context so that any actions or refreshes to the table will reload in the latest state.
  • Files changed:
    packages/order-details/src/app/features/order/orderline-list-table/orderline-list-client-side-table.component.ts
    packages/order-details/src/app/features/order/orderline-list-table/orderline-list-shared.mixin.ts
    packages/order-details/src/app/features/order/orderline-list-table/orderline-list-table.component.ts
    packages/order-shared/src/lib/contract-salesorder-orderline-table/contract-salesorder-orderline-table.component.ts
buc-app-order#9630 TS021451088 The seller and buyer organization search returns unexpected results.
  • Problem: The unexpected results are because the payload for the API call was missing roleKey for both the buyer and seller search.
  • Fix: Modified the code to pass in roleKey in the payload for the API calls.
  • Files changed: Internal library files.
buc-app-order#9628 TS021388005 Hide remove lines action from toolbar for confirmed contracts.
  • Problem: Since there is no modification rule for removing an order line for a confirmed status, for confirmed contracts we should not allow the ability to remove lines.
  • Fix: Deleted the remove action on the toolbar for confirmed contract anymore.
  • Files changed:
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.ts
buc-app-order#9565 TS021473338 Unable to unassign a group in the Create contract order page under certain conditions.
  • Problem: There were several edge case scenarios found in the unassign groups from list view and group view that did not work properly.
  • Fix: Enhanced the code to address all of these scenarios.
  • Files changed:
    packages/order-shared/assets/buc-app-order/i18n/shared/en.json
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-shared.mixin.ts
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.html
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.ts

9 March 2026 (Release 10.0.2601.2-26.1.1.2)

Defect ID Case number Description
shell-on-prem#789 TS021228518 Missing translation for some menu items such as Home, Alert, and Dashboard.
  • Problem: There's an Order Hub internal build issue with the translation process.
  • Fix: Reconfigured the translation process for the repository.
  • Files changed: Internal library files.
buc-app-configurations#2630 TS021383659 Endpoint details open in edit mode by default.
  • Problem: Order Hub had removed the view only mode for endpoints when it was redesigned earlier in Jan 2026 release.
  • Fix: Added back the read only mode of the endpoints screen for improved business user experience.
  • Files changed:
    packages/configurations-endpoints-details/src/app/features/endpoints/configurations-endpoints-details/configurations-endpoints-details.component.html
    packages/configurations-endpoints-details/src/app/features/endpoints/configurations-endpoints-details/configurations-endpoints-details.component.ts
    packages/configurations-endpoints-details/src/app/features/endpoints/configurations-endpoints-details/endpoint-details-fields/endpoint-details-fields.component.html
    packages/configurations-endpoints-details/src/app/features/endpoints/configurations-endpoints-details/endpoint-details-fields/endpoint-details-fields.component.scss
    packages/configurations-endpoints-details/src/app/features/endpoints/configurations-endpoints-details/endpoint-details-fields/endpoint-details-fields.component.ts
    packages/configurations-endpoints-details/src/app/features/endpoints/configurations-endpoints-details/publish-endpoint-details-fields/publish-endpoint-details-fields.component.html
    packages/configurations-endpoints-details/src/app/features/endpoints/configurations-endpoints-details/publish-endpoint-details-fields/publish-endpoint-details-fields.component.scss
    packages/configurations-endpoints-details/src/app/features/endpoints/configurations-endpoints-details/publish-endpoint-details-fields/publish-endpoint-details-fields.component.ts
    packages/configurations-endpoints/src/app/features/endpoints/configurations-endpoints/endpoints-table/endpoints-table.component.ts
    packages/configurations-endpoints/src/app/features/endpoints/configurations-endpoints/publish-endpoints-table/publish-endpoints-table.component.ts
buc-app-fulfillment#2400 TS021420178 The sourcing tester find products is timing out in the getItemList API call.
  • Problem: The product search in the sourcing tester was not optimal for large catalog datasets.
  • Fix: Switched the code to use the NEXTPAGE pagination strategy and to only retrieve a small number of products at a time.
  • Files changed: Internal library files.
buc-app-order#9524 TS021289828 The pagination strategy is to use NEXTPAGE and the proper page size for order, item, and customer.
  • Problem: The Order Hub Find products and Find customer modals don't perform well when there are millions of records.
  • Fix: Changed the code to use the NEXTPAGE pagination strategy, retrieve only current page items that are shown, and other small improvements that reduce the search results.
  • Files changed: Internal library files and the following files.
    packages/create-order/src/app/features/order/create-order/order-setup/order-setup.component.html
    packages/create-order/src/app/features/order/create-order/order-setup/order-setup.component.ts
    packages/order-shared/assets/buc-app-order/i18n/order/create-order/en.json
    packages/order-shared/src/lib/data-services/create-order-data.service.ts
buc-app-order#9548 TS021376809 There's an issue with contract order confirmation when an item's minimum ordered quantity requirement is not met.
  • Problem: The create or edit contract order > Add order lines page was not handling API errors properly. It was assuming that the API will succeed and reloading the table information with the data from the server.
  • Fix: Corrected the code to not refresh the table from the server when an API failure. Also, used a friendly business user error message for the scenario that is reported to provide more clarity for the user about the error.
  • Files changed:
    packages/create-contract-order/src/app/features/order/create-contract-order/create-contract-order.component.ts
    packages/order-shared/assets/buc-app-order/i18n/order/create-contract-order/en.json
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.ts
buc-app-order#9549 TS021377561 Observed a performance issue in the contract order creation and modification of a draft or a confirmed contract.
  • Problem: The buyer and seller organization drop-down menus were originally designed to list out all of the organizations respectively. This design doesn't perform on a system that has hundreds of thousands of buyer organizations.
  • Fix: Enhanced the component to be a drop-down menu plus a search modal in the case where there are more than 1000 organizations. The search results then retrieve small result sets that are paginated.
  • Files changed: Internal library files and the following files.
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.html
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.ts
    packages/create-contract-order/src/app/features/order/create-contract-order/create-contract-order.component.ts
    packages/order-shared/src/lib/contract-select-enterprise/contract-select-enterprise.component.html
    packages/order-shared/src/lib/contract-select-enterprise/contract-select-enterprise.component.ts
    packages/order-shared/src/lib/data-services/create-contract-order-data.service.ts
    packages/order-shared/src/lib/order-shared.module.ts
    packages/order-shared/src/public-api.ts
buc-app-order#9551 TS021378715 The Create order - Manage order lines - number field is not editable. You can only increase or decrease the counter.
  • Problem: The input field in the manage order lines table was not editable/responsive.
  • Fix: Switched the number fields in the table to use a newer UI component that worked better.
  • Files changed:
    packages/create-order/src/app/features/order/create-order/manage-lines/orderline-table-generic/orderline-table-generic.component.html
    packages/create-order/src/app/features/order/create-order/manage-lines/orderline-table-generic/orderline-table-generic.component.ts
buc-app-order#9553 TS021237396 Missing the ability to search and filter existing addresses.
  • Problem: The Address selection modal from the Create sales order page has some usability issues.
  • Fix: Switched the code to use the enhanced address selection modal that was recently developed for B2B contract orders and B2B sales orders.
  • Files changed: Internal library files and the following file.
    packages/create-order/src/app/features/order/create-order/order-setup/order-setup.component.ts
buc-app-order#9555 TS021433627 There's a performance impact in the Order search page from the multiApi call to the getOrganizationHierarchy.
  • Problem: The Order Hubenterprise drop-down menu was making an unnecessary call to the multiApi for the getOrganizationHierarchy for basic cases.
  • Fix: Corrected the code to remove the API call from the basic scenarios.
  • Files changed: Internal library files.
buc-app-order#9564 TS021450079 Issues with Add new address in the Select shipping address page in the Create sales order under contract orders.
  • Problem: There are several issues with the add new address modal, such as the country is always saved as US. The State is a mandatory field regardless of the country that is selected and some other error conditions.
  • Fix: Fixed the code to properly handle addresses for countries other than US.
  • Files changed: Internal library files and the following files.
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.ts
    packages/order-details-v2/src/app/features/order/order-summary/order-summary.component.ts
buc-app-order#9565 TS021473338 Contract orders: Not able to unassign a group.
  • Problem: The Order Hub logic was using an incorrect order line key when unasigning groups.
  • Fix: Corrected the code to use the proper order line key.
  • Files changed:
    packages/order-shared/assets/buc-app-order/i18n/shared/en.json
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.html
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.ts
buc-app-order#9570 TS021473338 The item and group assignment is incorrect when the same item is needed in different groups.
  • Problem: The Order Hub logic for assigning groups to same item id products was wrong.
  • Fix: Changed the code to properly assign and unassign groups to contract lines.
  • Files changed:
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.ts
buc-app-order#9575 TS021471971 The CSV upload when editing a confirmed contract showing the price must be a locked error.
  • Problem: Uploading products into a contract order using the CSV upload method is missing the price lock setting.
  • Fix: Changed the code for the CSV upload to properly set the price lock flag for all contract order lines that are being uploaded.
  • Files changed: Internal library files and the following files.
    packages/order-shared/assets/buc-app-order/getPage-templates.json
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.ts
buc-app-order#9583 TS021459936 Remove UI validation for a contact order when confirming the contract order.
  • Problem: The contact person data for a contract order is mandatory in the Order Hub UI but not in the backend API.
  • Fix: Changed the code to make the contact person optional in the create contract order process.
  • Files changed:
    packages/contract-orders/src/app/features/order/contract-orders/contract-orders.component.ts
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.html
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.ts
    packages/create-contract-order/src/app/features/order/create-contract-order/create-contract-order.component.ts
buc-app-order#9602 TS021312254 Order audits are not showing the correct details.
  • Problem: The logic to display order audits was incorrect.
  • Fix: Changed the code to properly find the audits for the order line.
  • Files changed:
    packages/order-audit-details/src/app/features/order/audit-details-table/audit-details-table.component.ts
    packages/order-audit-details/src/app/features/order/order-audit-details/order-audit-details.component.html
    packages/order-audit-details/src/app/features/order/order-audit-details/order-audit-details.component.ts
    packages/order-line-details/src/app/features/order/order-line-audits-tab/order-line-audits-tab.component.ts
    packages/order-audit-details/src/app/features/order/audit-summary/audit-summary.component.html
    packages/order-audit-details/src/app/features/order/audit-summary/audit-summary.component.ts
buc-app-order#9603 TS021319145 Shipment lines are not shown in the Shipment details page.
  • Problem: In the scenario where a shipment line has an item that doesn't have an unit of measure stamped during order creation, the shipment details cannot display the line.
  • Fix: Changed the code to add checks for empty item descriptions and units of measure.
  • Files changed:
    packages/shipment-details/src/app/features/shipment/shipment-details/shipment-lines/shipment-lines.component.ts
buc-app-order#9611 TS021528517 Adding multiple items to a contract order displays the items in an incorrect order.
  • Problem: The contract order lines table was showing the products in a non-intuitive way when a business user adds contract order lines.
  • Fix: Show the items in the same order as they were added in the table.
  • Files changed:
    packages/order-shared/src/lib/contract-orderline-table/contract-orderline-table.component.ts
buc-app-order#9612 TS021544853 Overview of account contract orders is not updated when changing account.
  • Problem: The contract order tabs count was intermittently not being updated when switching accounts using the dropdown menu.
  • Fix: Changed the code to explicitly update the count on account change instead of relying on an emit event.
  • Files changed:
    packages/contract-orders/src/app/features/order/contract-orders/contract-orders.component.ts
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.html
buc-app-order#9620 TS021249529 Multiple pages in the Order Hub application time out due to the getOrganizationHierarchy API call.
  • Problem: Order Hub had some unnecessary calls to the getOrganizationHierarchy API in the enterprise dropdown and place order holds.
  • Fix: Changed the code so that such API calls are not made on basic scenarios.
  • Files changed:
    packages/order-shared/src/lib/constants/order.constants.ts
    packages/order-shared/src/lib/order-holds-tab/order-hold-modal/order-hold-modal.component.ts
    packages/shipment-details/src/app/features/shipment/shipment-details/shipment-details-tabs/shipment-holds/shipment-hold-modal/shipment-hold-modal.component.ts
buc-app-order#9631 TS021491103 There's inconsistent naming across Order Hub screens.
  • Problem: Order Hub used Item name and Product name in different tables causing a terminology usage inconsistency.
  • Fix: Replaced the Item name term with Product name.
  • Files changed:
    packages/order-shared/assets/buc-app-order/i18n/order/order-detail/en.json
    packages/order-shared/assets/buc-app-order/i18n/order/order-release-details/en.json
buc-app-order#9634 TS021536164 The currency is not showing in contract order header information page after navigating to next page.
  • Problem: When a business user reopens a draft contract order, the currency and price list is not displayed. This happens when there is no customer preferred currency configured in Sterling Business Center.
  • Fix: Added logic to use a fallback currency when it is undefined.
  • Files changed:
    packages/contract-summary/src/app/features/order/contract-summary/contract-summary.component.ts
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.ts
    packages/create-order/src/app/features/order/create-order/order-setup/order-setup.component.ts
buc-app-order#9635 TS021526431 When creating a contract order, the start and end dates should not send time or do a conversion.
  • Problem: The start and end date for a contract are not shown properly on the page.
  • Fix: Treat the start date as a day without time and don't do any timezone conversion.
  • Files changed:
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.ts

23 February 2026 (Fix pack release)

Defect ID Case number Description
buc-app-order#9556

TS02139148

TS021408519

TS021439946

TS021452255

Order Hub order search with order state=ALL fails.
  • Problem: Recent performance improvements in the Order search page to use the NEXTPAGE pagination strategy caused a regression where the initial search does not work if searching all orders including history orders. The problem is that the Order Hub API payload was passing an empty Order object as PreviousPage element which is not a proper construct.
  • Fix: Changed the code to pass PreviousPage null for first page requests.
  • Files changed:
    packages/order-shared/src/lib/data-services/common-service.service.ts
    packages/order-shared/src/lib/data-services/contract-order.service.ts
    packages/order-shared/src/lib/data-services/create-contract-order-data.service.ts
    packages/order-shared/src/lib/data-services/order-list-data.service.ts
    packages/order-shared/src/lib/data-services/order-shipment-data.service.ts
    packages/order-shared/src/lib/data-services/shipment-list-data.service.ts

6 February 2026 (Release 10.0.2601.1-26.1.1.1)

Defect ID Case number Description
buc-app-order#9505 TS021298147 The Order details page add lines link is not working when the page is customized.
  • Problem: The search_fields.json file was modified to remove the product class from the add products to order search form which caused custom pages to miss the product class field. This resulted in a javascript error.
  • Fix: Defined a new search form instead of removing the product class from the existing add item search form which could be customized by customers.
  • Files changed:
    packages/create-order/src/app/features/order/create-order/add-to-order/add-to-order.component.ts
    packages/order-details-v2/src/app/features/order/orderline-list-table/orderline-list-shared.mixin.ts
    packages/order-details/src/app/features/order/orderline-list-table/orderline-list-shared.mixin.ts
    packages/order-shared/assets/buc-app-order/search_fields.json
buc-app-order#9461 TS020999947 Order details: the Shipments tab and Releases tab are slow.
  • Problem: The Shipment tab and Releases tab in the Order details page was using a GENERIC pagination strategy which is proven to not perform well when there are millions of records in the database.
  • Fix: Changed the code to use the NEXTPAGE pagination strategy which is suited best for orders dataset.
  • Files changed:
    packages/order-details-v2/src/app/features/order/releases-tab/releases-tab.component.ts
    packages/order-details/src/app/features/order/releases-tab/releases-tab.component.ts
    packages/order-line-details/src/app/features/order/order-line-releases-tab/order-line-releases-tab.component.ts
    packages/order-shared/assets/buc-app-order/buc-table-config.json
    packages/order-shared/src/lib/data-services/order-list-data.service.ts
buc-app-order#9460 TS021156979 There is a text spacing issue when adding notes in Order Hub.
  • Problem: The text area used to enter notes had some padding issues.
  • Fix: Switched the code to use the Order Hub text area instead of a plain HTML text area.
  • Files changed:
    packages/order-shared/src/lib/instructions-row-modal/instructions-row-modal.component.html
    packages/order-shared/src/lib/notes-modal/notes-modal.component.html
    packages/order-shared/src/lib/order-cancel-modal/order-cancel-modal.component.html
    packages/order-shared/src/lib/work-order/work-order-cancel-modal/work-order-cancel-modal.component.html
    packages/shipment-details/src/app/features/shipment/shipment-details/shipment-details-tabs/shipment-notes-tab/shipment-notes-tab.component.scss
buc-app-order#9401 TS020872545 Reviewing order release details in the Order Hub UI does not reflect the correct dollar amount.
  • Problem: Order Hub mapped the wrong total from the order details.
  • Fix: Changed the code to properly retrieve the total from the order release object.
  • Files changed:
    packages/order-release-details/src/app/features/order/order-releasesline-list-table/order-releasesline-list-table.component.ts
    packages/order-shared/assets/buc-app-order/getPage-templates.json
buc-app-order#9339 TS020987904 The Receipt page is not available in the Order Hub Order details page from Outbound orders menu.
  • Problem: The Order Hub logic did not determine the proper transfer order flow in order to determine if the receipts tab should be shown.
  • Fix: Fixed the code to handle this specific flow.
  • Files changed:
    packages/order-details/src/app/features/order/order-details/order-details.component.ts
    packages/order-details/src/app/features/order/receipts-tab/receipts-tab.component.ts
buc-app-order#9386 TS020872284 Order Hub is not displaying the substitute items correctly while trying to add substitute items for a line.
  • Problem: Only one substitution item was being shown.
  • Fix: The user interface will now show a table that shows all possible substitution items.
  • Files changed:
    packages/order-shared/assets/buc-app-order/i18n/order/order-line-details/en.json
    packages/order-shared/src/lib/item-substitution-item-summary/item-substitution-item.component.html
    packages/order-shared/src/lib/item-substitution-item-summary/item-substitution-item.component.scss
    packages/order-shared/src/lib/item-substitution-item-summary/item-substitution-item.component.ts
buc-app-order#9376 TS021000112 There's an issue to display order line notes when you hover the mouse in Order Hub.
  • Problem: Order Hub shows order line notes in the Order line details page notes tab. This is not that convenient if the business user would like to see order lines notes in the Order details page.
  • Fix: Enhanced the code to show order line notes as a tooltip in the Order details page order lines table.
  • Files changed:
    packages/order-details/src/app/features/order/orderline-list-table/orderline-list-shared.mixin.ts
    packages/order-details/src/app/features/order/orderline-list-table/orderline-list-table.component.html
    packages/order-details/src/app/features/order/orderline-list-table/orderline-list-table.component.scss
    packages/order-shared/assets/buc-app-order/i18n/order/order-detail/en.json
    packages/order-details/src/styles.scss
buc-app-order#9442 TS020757870 Issue with display of date in contract order details and delivery schedules.
  • Problem: Order Hub was incorrectly performing date conversion in these pages with a custom conversion function.
  • Fix: Changed the code to perform proper date time conversions using common library functions.
  • Files changed:
    packages/create-recurring-schedule/src/app/features/order/create-recurring-schedule/recurring-schedule-form-fields/recurring-schedule-form-fields.component.ts
    packages/create-contract-order/src/app/features/order/create-contract-order/contract-order-form-fields/contract-order-form-fields.component.ts
buc-app-inventory#5249 TS020894151 Inventory search does not auto-navigate to uniquely identified inventory item details.
  • Problem: With the introduction of an inventory item availability search results page, the auto-navigation feature, if there's a single item, was lost.
  • Fix: Changed the code to auto-navigate to the Details page if there's a single item and single node searched.
  • Files changed:
    packages/inventory-search-results-sip/src/app/features/search/inventory-table-sip/inventory-table-sip.component.ts
buc-app-inventory#5337 TS021201378 The inventory search page node selection modal is slow.
  • Problem: The node selection modal had a few coding pitfalls when it came to performance in high volume environments.
  • Fix: Optimized the code to remove an unnecessary API call and to use NEXTPAGE pagination strategy instead of GENERIC. Also, changed the UI to require a business user search before listing the first set of nodes, which in most cases will not have the desired nodes in the list.
  • Files changed: Internal library files.
buc-app-fulfillment#2332 TS020317936 The sourcing tester page did not support customization by json.
  • Problem: The sourcing tester page was not created using the Order Hub search json framework, so it did not support customization by json.
  • Fix: Changed the sourcing tester search code to use the search json framework so that proper json customization is now supported.
  • Files changed:
    packages/fulfillment-shared/assets/buc-app-fulfillment/search_fields.json
    packages/fulfillment-shared/src/lib/constants/fulfillment.constants.ts
    packages/fulfillment-shared/src/lib/services/common-service.service.ts
    packages/fulfillment-shared/src/lib/services/inventory.service.ts
    packages/fulfillment-sourcing-tester/src/app/features/sourcing/sourcing-tester/search/search.component.html
    packages/fulfillment-sourcing-tester/src/app/features/sourcing/sourcing-tester/search/search.component.ts
buc-app-fulfillment#2356 TS020696819 Unable to customize the fulfillment sourcing tester.
  • Problem: The repository angular.json file was pointing to buildTarget which is not allowed in Angular 18 applications.
  • Fix: Changed the code to properly use browserTarget. Note: similar problem observed in the buc-app-node, buc-app-settings, and buc-app-configuration files were also fixed.
  • Files changed: angular.json
orderhub-ui-utils#2914 TS020802866 Rearrange customized fields on search form.
  • Problem: Search fields by default are laid out in the search form based on the order they are defined in within the json file. Therefore, it does not allow custom fields to be placed in desired locations in the search form.
  • Fix: Added support for custom fields by providing sequencing in the custom search fields.
  • Files changed: Internal library files.

30 January 2026 (Hot fix - applies to legacy Order Hub only)

Defect ID Case number Description
buc-app-order#9505 TS021298147 The Order details page add lines link is not working when the page is customized.
  • Problem: The search_fields.json file was modified to remove the product class from the add products to order search form which caused custom pages to miss the product class field. This resulted in a javascript error.
  • Fix: Defined a new search form instead of removing the product class from the existing add item search form which could be customized by customers.
  • Files changed:
    packages/create-order/src/app/features/order/create-order/add-to-order/add-to-order.component.ts
    packages/order-details-v2/src/app/features/order/orderline-list-table/orderline-list-shared.mixin.ts
    packages/order-details/src/app/features/order/orderline-list-table/orderline-list-shared.mixin.ts
    packages/order-shared/assets/buc-app-order/search_fields.json

16 January 2026 (Release 10.0.2601.0-26.1.1.0)

Defect ID Case number Description
buc-app-order#9383 TS021000023 Allow configurable columns in the order line list to show original quantity for cancelled lines.
  • Problem: After canceling an order line, the quantity field becomes 0.
  • Fix: Introduced a new table column to display the originalOrderedQuantity field from the API response which has the original quantity when the order was created.
  • Files changed:
    packages/order-details/src/app/features/order/orderline-list-table/orderline-list-shared.mixin.ts
    packages/order-shared/assets/buc-app-order/buc-table-config.json
    packages/order-shared/assets/buc-app-order/getPage-templates.json
    packages/order-shared/assets/buc-app-order/i18n/shared/en.json
buc-app-order#9381 TS020873519 When adding items to a sales order, each time you click Next the system adds multiple lines to the order.
  • Problem: When creating a sales order, clicking Next multiple times on the Add items page creates as many multiple lines on the order.
  • Fix: Changed the code to disable the button for as long as the next page takes to load.
  • Files changed:
    packages/create-order/src/app/features/order/create-order/create-order.component.html
    packages/create-order/src/app/features/order/create-order/create-order.component.scss
    packages/create-order/src/app/features/order/create-order/create-order.component.ts
buc-app-order#9380 TS021046043 Order audits not visible in Order Hub.
  • Problem: The Order Hub user experience with the order audits and inner tables is confusing.
  • Fix: Improved the parent and inner tables checkbox behavior.
  • Files changed:
    packages/order-shared/src/lib/audits-tab/audits-tab.component.html
buc-app-order#9266 TS020812921 Opening order details and shipment details for large orders is taking 20-30 seconds.
  • Problem: Order Hub uses the worst performing GENERIC pagination strategy from the getPage API when listing the lines and various tabs in the order and shipment detail pages. Also, if a table has a date picker widget the page becomes sluggish if showing 100 rows in the table.
  • Fix: Enhanced the code to use the better performing NEXTPAGE pagination strategy. For tables that need a date picker, used a new approach to overcome the issue of directly using the Carbon date picker in the table rows.
  • Files changed: Too many files to list.
buc-app-order#9258 TS020784861 The order and shipment searches return too many records when there are large datasets.
  • Problem: Order Hub uses the worst performing GENERIC pagination strategy from the getPage API. Using the GENERIC pagination strategy, performance issues are observed when the system contains millions of order records with thousand of order lines.
  • Fix: Changed the code to use the NEXTPAGE pagination strategy in all order and shipment search use cases.
  • Files changed: Too many files to list.
buc-app-order#9254 TS020812921 The create recurrence by group view doesn't show the selected lines.
  • Problem: The Order Hub create recurrence group view was incorrectly showing order lines.
  • Fix: Fixed the code to handle this specific flow.
  • Files changed: Too many files to list.
buc-app-order#9249 TS020704487 The cancel line option is not shown correctly when order has more than 100 lines.
  • Problem: When the order has more than 100 lines, the Sales order details page uses a different implementation for the order lines table that gets the line using the getOrderLineList API. However, this API does not return the AllowedModification object, which causes the Order Hub code to default to no access and show incorrect actions for the order lines.
  • Fix: Enhanced the backend API to return the AllowedModification object.
  • Files changed:
    packages/order-shared/assets/buc-app-order/getPage-templates.json
buc-app-order#9171 TS020381729 The Order Hub create order - item advanced search does not perform well when there are hundred thousand records.
  • Problem: There were two issues with the item advanced search causing the responsiveness of the page to be very slow. The page was getting the entire matching result set from the server and the pagination strategy used was GENERIC which is slowest of the available options.
  • Fix: Enhanced the code to use the NEXTPAGE pagination strategy and also to only request the current page data from the server.
  • Files changed:
    packages/create-order/src/app/features/order/create-order/add-to-order/add-to-order.component.ts
    packages/order-details-v2/src/app/features/order/orderline-list-table/orderline-list-shared.mixin.ts
    packages/order-details/src/app/features/order/orderline-list-table/orderline-list-shared.mixin.ts
    packages/order-shared/assets/buc-app-order/buc-table-config.json
    packages/order-shared/assets/buc-app-order/getPage-templates.json
    packages/order-shared/assets/buc-app-order/search_fields.json
    packages/order-shared/src/lib/data-services/common-service.service.ts
    packages/order-shared/src/lib/data-services/create-order-data.service.ts
    packages/order-shared/src/lib/orderline-list-table/add-line-modal/add-line-modal.component.html
    packages/order-shared/src/lib/orderline-list-table/add-line-modal/add-line-modal.component.ts
buc-app-inventory#5192 TS020372711 Unable to choose the proper item in add safety factor rules when the system has more than a 10K items limit.
  • Problem: The Order Hub item selector under safety stock rules was incorrectly retrieving the entire data set from server instead of requesting a paginated result set.
  • Fix: Changed the code to only request the current page data from the server. Data for subsequent pages is requested from the server as the business user paginates through the table result set.
  • Files changed: Internal library files
buc-app-inventory#5107 TS019726960 Switching from v1 buc APIs to v2 supply demands/supplies APIs.
  • Problem: The data displayed in Order Hub is not what was expected.
  • Fix: Changed the Order Hub code to call the v2 API.
  • Files changed:
    packages/inventory-availability-details/src/app/features/inventory/sip-sku-details/sip-sku-display.component.ts
buc-app-sfo#678 TS020679257 The benefit reports are missing data when looking at a distribution center node.
  • Problem: The Order Hub code had incorrect path to certain values in the response json.
  • Fix: Corrected the code to have the proper code path to retrieve the values from the JSON response for the stockout, markdown.regular, and markdown.idle properties.
  • Files changed:
    src/app/features/benefits-report/benefits-report-page/basic-kpis/basic-kpis-graph.service.ts
    src/app/features/benefits-report/benefits-report-page/benefits-report-data.service.ts
    src/app/features/benefits-report/benefits-report-page/benefits-report.type.ts
buc-app-user#378 TS020361481 When creating a user, the organization list is not filtered by business user access.
  • Problem: The Order Hub organization list during user creation is showing the entire system list instead of properly filtering the list based on the current logged in administrator access.
  • Fix: Changed the Order Hub API payload to include the required DataAccessFilter.
  • Files changed: Internal library files.