mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:58:59 +02:00
Merge pull request #13132 from zfox23/RC67_MS14937
MS14937: Fix Replace button for content sets during Checkout
This commit is contained in:
commit
a811c6aba3
1 changed files with 1 additions and 1 deletions
|
@ -787,7 +787,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
lightboxPopup.button2text = "CONFIRM";
|
lightboxPopup.button2text = "CONFIRM";
|
||||||
lightboxPopup.button2method = function() {
|
lightboxPopup.button2method = function() {
|
||||||
Commerce.replaceContentSet(root.itemHref);
|
Commerce.replaceContentSet(root.itemHref, root.certificateId);
|
||||||
lightboxPopup.visible = false;
|
lightboxPopup.visible = false;
|
||||||
rezzedNotifContainer.visible = true;
|
rezzedNotifContainer.visible = true;
|
||||||
rezzedNotifContainerTimer.start();
|
rezzedNotifContainerTimer.start();
|
||||||
|
|
Loading…
Reference in a new issue