Option to use baseMMS+round/2 for SOS

This commit is contained in:
Claude Brisson
2024-03-11 06:15:10 +01:00
parent ea12fda4b7
commit 412a80f7dd
5 changed files with 34 additions and 13 deletions

View File

@@ -216,6 +216,7 @@ onLoad(() => {
main: {
mmsValueAbsent: form.val('mmsValueAbsent'),
roundDownScore: form.val('roundDownScore'),
sosValueAbsentUseBase: form.val('sosValueAbsentUseBase'),
firstSeedLastRound: form.val('firstSeedLastRound'),
firstSeedAddCrit: form.val('firstSeedAddRating') ? 'RATING' : 'NONE', // TODO use client side boolean
firstSeed: form.val('firstSeed'),