mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 04:42:20 +02:00
Case 21701 - Items were showing up in marketplace as "updates" when they
weren't
This commit is contained in:
parent
42bf812019
commit
559351a6eb
1 changed files with 2 additions and 0 deletions
|
@ -569,6 +569,8 @@ Rectangle {
|
|||
standaloneOptimized: model.standalone_optimized
|
||||
|
||||
onShowItem: {
|
||||
// reset the edition back to -1 to clear the 'update item' status
|
||||
marketplaceItem.edition = -1;
|
||||
MarketplaceScriptingInterface.getMarketplaceItem(item_id);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue