mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
Merge pull request #14107 from kkurian/hotfix-marketplace-item-tester
Fix application uninstall in marketplace item tester
This commit is contained in:
commit
b4abaabe5e
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ Rectangle {
|
||||||
print("Marketplace item tester unsupported assetType " + assetType);
|
print("Marketplace item tester unsupported assetType " + assetType);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"trash": function(){
|
"trash": function(resource, assetType){
|
||||||
if ("application" === assetType) {
|
if ("application" === assetType) {
|
||||||
Commerce.uninstallApp(resource);
|
Commerce.uninstallApp(resource);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue