Merge pull request #13727 from zfox23/MS17168_filterWhenViewing

Fix MS17168: Filter My Purchases when clicking View link on Confirmation
This commit is contained in:
Zach Fox 2018-08-01 14:23:26 -07:00 committed by GitHub
commit 7905c91289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -876,7 +876,7 @@ Rectangle {
horizontalAlignment: Text.AlignLeft;
verticalAlignment: Text.AlignVCenter;
onLinkActivated: {
sendToScript({method: 'checkout_goToPurchases'});
sendToScript({method: 'checkout_goToPurchases', filterText: root.itemName});
}
}