Reset of contest does not reset thawed time #1050
Labels
bug
Something isn't working
NEXT Contest
Consider fixing for next contet
One Approval
A very low risk and low LOE PR/Change
Primary CCS
Required for PC2 to act as primary CCS
Small LOE
Less than an hour to code, test and push a PR
Usability Issue
This is an enhancement for which there is currently no usable workaround
Describe the issue:
After resetting a contest from the Profiles tab, the contest thaw time is not cleared.
To Reproduce:
Expected behavior:
The thaw time should be cleared if the contest is reset.
Actual behavior:
The
ContestInformation
thaw time is simply copied from the original contest (before reset) to the new contest (reset contest), thereby preserving thethawed
member.Environment:
All.
Log Info:
Screenshots:
Additional context:
Event feed message after a contest profile reset:
{"type":"state","token":"pc2-11","id": null,"data": {"started":"2025-03-09T14:00:00.042-04","frozen":null,"ended":null,"thawed":"2025-03-09T13:46:01.079-04","finalized":null,"end_of_updates":null,"paused":null,"resumed":"2025-03-09T14:00:00.042-04","contest_time":"00:00:04.044"}}
This happens in
InternalContest.java
, around line 3000:The thawed member should be set to null if the
isCopyContestSettings()
is true.The text was updated successfully, but these errors were encountered: