upstream/2025.3.0 #3

Merged
simon merged 143 commits from upstream/2025.3.0 into master 2025-03-30 20:07:32 +00:00
Showing only changes of commit 79975e6174 - Show all commits
@@ -1978,9 +1978,13 @@ var shared_root_computed = {
},
formAction: function () {
if (!this.useIframe && this.is_button && this.items.length === 0) {
var target = this.target_url;
var target;
if (this.voucher_code) {
target = this.target_url + 'redeem';
} else if (this.subevent) {
target = this.target_url + this.subevent + '/';
} else {
target = this.target_url;
}
return target;
}