What this surface does
This surface is the full create and edit screen for one tournament configuration.
The same screen handles:
createmode, opened from the scheduler listeditmode, opened for one existing configuration row
How to use it
- Maintain the multilingual content block first so the public-facing tournament card has a usable name and copy.
- Set the schedule and recurrence carefully. The configuration controls how future instances are generated.
- Use
Lead TimeandLeg Timewhen the competition window should differ from the visible start/end timestamps. - Use player tags, provider/category/game filters, and opt-in flags to limit which players and gameplay are eligible.
- Maintain prize tiers separately so rank ranges and reward types are explicit.
- Use the translate action only after saving the current content, because translation works from the latest saved tournament copy.
Common caveats
- This surface edits the configuration row, not one already-generated active instance.
- Translation saves the current form first, then translates the saved tournament content and prize descriptions.
- Force Translate can overwrite translated text that was manually adjusted before.
- Assets, categories, and languages come from shared lookup data, while the main save action writes the tournament configuration.
- Prize tiers are staged inside the form first. They are not permanently saved until the whole tournament is saved.
- If the form has unsaved changes, Back opens a confirmation dialog instead of leaving immediately.