Case 21701 - Items were showing up in marketplace as "updates" when they

weren't
This commit is contained in:
Roxanne Skelly 2019-03-13 15:33:46 -07:00
parent 42bf812019
commit 559351a6eb

View file

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