-
Notifications
You must be signed in to change notification settings - Fork 266
In the contestant's clarifications block, the shortname and color of the problem are not displayed correctly. #2279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I tried reproducing this on 8.2.2, but I can't, even with that data source option. A dump of relevant tables of your database might help. |
I can provide you with a sql dump, but how do I transfer it to you? |
The best option is to send it in a PM in Slack I think. |
@Dup4 did you send the dump to @nickygerritsen or can we close this issue? |
The same issue happened to me last week. I can also provide a dump in case it's needed. |
That would be helpful, you can send it to one of us on Slack (or share it via pastebin for example). |
If you test a problem in contest A with shortname "bla" and run your real contest B (problem shortname "C") we would pick the first contestProblem so we would have displayed "bla" for the clarification. Fixes DOMjudge#2279
If you test a problem in contest A with shortname "bla" and run your real contest B (problem shortname "C") we would pick the first contestProblem so we would have displayed "bla" for the clarification. Fixes DOMjudge#2279 (cherry picked from commit f3725a1)
If you test a problem in contest A with shortname "bla" and run your real contest B (problem shortname "C") we would pick the first contestProblem so we would have displayed "bla" for the clarification. Fixes #2279
…ntity (cherry picked from commit affacb4)
…ntity (cherry picked from commit affacb4)
…ntity (cherry picked from commit affacb4)
…ntity (cherry picked from commit affacb4)
…ntity (cherry picked from commit affacb4)
NOTE: If this is a discussion starter, you need any installation help or have a question on how to accomplish something,
rather post at our discussion channel or send an email to our
DOMjudge-devel mailinglist
instead of filing an issue here.
Description of the problem
This is the problem I set in the contest, with the correct shortname and color set.
This is the Clarifications page in the administrator interface, showing the correct shortname and color.
But this is the Clarifications page in the contestant's interface, and it doesn't show the correct shortname and color.
This should be the shortname of the problem.
Your environment
Steps to reproduce
Expected behaviour
On the Clarifications page in the contestant's interface, the correct shortname and color are shown.
Actual behaviour
The Clarifications page in the contestant's interface currently shows the externalid of the title and the color black.
Any other information that you want to share?
My data source options are set like this.
The text was updated successfully, but these errors were encountered: