mirror of
https://github.com/lubosz/overte.git
synced 2025-04-13 16:32:30 +02:00
Merge pull request #13727 from zfox23/MS17168_filterWhenViewing
Fix MS17168: Filter My Purchases when clicking View link on Confirmation
This commit is contained in:
commit
7905c91289
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