mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 02:44:30 +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
|
standaloneOptimized: model.standalone_optimized
|
||||||
|
|
||||||
onShowItem: {
|
onShowItem: {
|
||||||
|
// reset the edition back to -1 to clear the 'update item' status
|
||||||
|
marketplaceItem.edition = -1;
|
||||||
MarketplaceScriptingInterface.getMarketplaceItem(item_id);
|
MarketplaceScriptingInterface.getMarketplaceItem(item_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue