mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 04:53:28 +02:00
Fix MS17168: Filter My Purchases when clicking View link on Confirmation
This commit is contained in:
parent
8201997a16
commit
4b41804326
1 changed files with 1 additions and 1 deletions
|
@ -876,7 +876,7 @@ Rectangle {
|
|||
horizontalAlignment: Text.AlignLeft;
|
||||
verticalAlignment: Text.AlignVCenter;
|
||||
onLinkActivated: {
|
||||
sendToScript({method: 'checkout_goToPurchases'});
|
||||
sendToScript({method: 'checkout_goToPurchases', filterText: root.itemName});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue