Fix MS17168: Filter My Purchases when clicking View link on Confirmation

This commit is contained in:
Zach Fox 2018-07-31 14:52:01 -07:00
parent 8201997a16
commit 4b41804326

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});
}
}