[Forwardport] Resolve Knockout non-unique elements id in console error - #15732
Merged
magento-engcom-team merged 2 commits intoJul 4, 2018
Merged
magento-engcom-team merged 2 commits into
magento-engcom-team merged 2 commits into
Conversation
magento-engcom-team
pushed a commit
that referenced
this pull request
Jul 4, 2018
magento-engcom-team
pushed a commit
that referenced
this pull request
Jul 4, 2018
Contributor
|
Hi @vijay-wagento. Thank you for your contribution. |
altdovydas
pushed a commit
to altdovydas/magento2
that referenced
this pull request
Aug 6, 2026
… console error magento#15732 - Merge Pull Request magento#15732 from vijay-wagento/magento2:2.3-develop-PR-port-15349 - Merged commits: 1. 5822e44 2. 4847b46
altdovydas
pushed a commit
to altdovydas/magento2
that referenced
this pull request
Aug 6, 2026
Accepted Public Pull Requests: - magento#16484: Declare module namespace before template path name(Magento_Sales::order/history.phtml). (by @mage2pratik) - magento#16412: Admin tabs order not working properly (by @tiagosampaio) - magento#16466: [Forwardport] Move breadcrumb json configuration to viewmodel (by @gelanivishal) - magento#16391: [Forwardport] Fixes updating wishlist item if an item object is passed instead its id. (by @eduard13) - magento#15732: [Forwardport] Resolve Knockout non-unique elements id in console error (by @vijay-wagento) - magento#16508: MSI-1411: Add new rule to copy paste detector blacklist to avoid cove… (by @VitaliyBoyko) Fixed GitHub Issues: - magento#16174: Admin tabs order not working properly (reported by @tiagosampaio) has been fixed in magento#16412 by @tiagosampaio in 2.3-develop branch Related commits: 1. e04b7ca 2. 447667f 3. 0dd4268 4. 9301ccb 5. c2b5c7a 6. 024384a 7. d35b094 8. 63cc8e6 9. fe307c7 - magento#15348: Multiple Payment Methods Enabled is giving error in console "Found 3 Elements with non - unique Id" (reported by @neeta-wagento) has been fixed in magento#15732 by @vijay-wagento in 2.3-develop branch Related commits: 1. 5822e44 2. 4847b46
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.
Original Pull Request
#15349
When enabling more than one payment methods from admin, It is giving an error in the console "Found elements with non-unique id billing-address-form "
Description
Fixed Issues (if relevant)
Manual testing scenarios
Expected Result
It should not show any error in the console
Actual result
Contribution checklist