Skip to content

Commit

Permalink
keep the previous tournament tier when modified by a normal user cont…
Browse files Browse the repository at this point in the history
…ributor
  • Loading branch information
ornicar committed Jun 26, 2024
1 parent 576b427 commit 8b0eaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/relay/src/main/RelayTourForm.scala
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ object RelayTourForm:
name = name,
description = description,
markup = markup,
tier = tier.ifTrue(Granter(_.Relay)),
tier = if Granter(_.Relay) then tier else tour.tier,
autoLeaderboard = autoLeaderboard,
teamTable = teamTable,
players = players,
Expand Down

0 comments on commit 8b0eaac

Please sign in to comment.