Skip to content

Commit 7f35316

Browse files
authored
Merge pull request #639 from bettercodepaul/swt2#2124
use correct wettkampfId for Schusszettel PDF download
2 parents 22eb54f + 964545e commit 7f35316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bogenliga/src/app/modules/wkdurchfuehrung/components/wkdurchfuehrung/wkdurchfuehrung.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ export class WkdurchfuehrungComponent extends CommonComponentDirective implement
604604
.fromPath(environment.backendBaseUrl)
605605
.path('v1/download')
606606
.path(path)
607-
.path('?wettkampfid=' + this.selectedWettkampf)
607+
.path('?wettkampfid=' + this.selectedWettkampfId)
608608
.build();
609609
}
610610

0 commit comments

Comments
 (0)