VCST-4834: Use platform delete confirmation dialog for order entities#490
Open
VCST-4834: Use platform delete confirmation dialog for order entities#490
Conversation
|
vc-ci
reviewed
Mar 26, 2026
Contributor
vc-ci
left a comment
There was a problem hiding this comment.
Test Suite: Test Suites/Modules/module_Assets
Tests: 13
Failures: 0
Errors: 0
Time: 7.654
Timestamp: 26-03-2026T16:44:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
datamode with count; operation and address details usenamemodeordercount localization key across all available languagesTest plan
References
QA-test:
Jira-link:
https://virtocommerce.atlassian.net/browse/VCST-4834
Artifact URL:
https://vc3prerelease.blob.core.windows.net/packages/VirtoCommerce.Orders_3.1003.0-pr-490-fbee.zip
Note
Low Risk
Low risk UI-only change that swaps the delete confirmation dialog implementation and adds localized display strings; main risk is incorrect dialog payload (name/count) causing missing text in the confirmation modal.
Overview
Switches order-related delete flows to use the platform
showDeleteConfirmationDialogin the orders list, operation detail, and address detail blades.The delete dialogs now pass richer context: the orders list supplies a
datapayload with the selected order count, while operation/address deletes pass anamefor display. Adds a neworders.dialogs.orders-delete.orderlocalization key across all supported languages to render the count string.Written by Cursor Bugbot for commit fbeed29. This will update automatically on new commits. Configure here.