Closed ihsaan-ullah closed 4 weeks ago
There is a condition in the task model that restricts tasks to be made public if not validated https://github.com/codalab/codabench/blob/fba9140d3955cc4f8de8f6df1cc74ac7c6b021b5/src/apps/tasks/models.py#L70
When you comment this condition you can make a task public from django admin and you can see the public tasks in resources page
When you click the public task, you get a 404 error and cannot see details of this task
Further we want people to use the public tasks. But we cannot see them when you edit a phase.
I cannot make a task public from the interface
Making it public from django admin does not work.