Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/apps/competitions/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,6 @@ def _get_error_string(error_dict):
status.status = CompetitionCreationTaskStatus.FINISHED
status.resulting_competition = competition
status.save()
# call again, to make sure phases get sent to chahub
competition.save()
logger.info("Competition saved!")
status.dataset.name += f" - {competition.title}"
status.dataset.save()
Expand Down
2 changes: 1 addition & 1 deletion src/static/riot/datasets/management.tag
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
delete metadata.data_file // dont send this with metadata

if (metadata.is_public === 'on') {
var public_confirm = confirm("Creating a public dataset means this will be sent to Chahub and publicly available on the internet. Are you sure you wish to continue?")
var public_confirm = confirm("You are creating a public dataset. Are you sure you wish to continue?")
if (!public_confirm) {
return
}
Expand Down
2 changes: 1 addition & 1 deletion src/static/riot/submissions/resource_submissions.tag
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
delete metadata.data_file // dont send this with metadata

if (metadata.is_public === 'on') {
var public_confirm = confirm("Creating a public submission means this will be sent to Chahub and publicly available on the internet. Are you sure you wish to continue?")
var public_confirm = confirm("You are creating a public submission. Are you sure you wish to continue?")
if (!public_confirm) {
return
}
Expand Down