Cloud-CV / EvalAI

:cloud: :rocket: :bar_chart: :chart_with_upwards_trend: Evaluating state of the art in AI
https://eval.ai
Other
1.77k stars 787 forks source link

[Bug]: Editing of submission meta attributes not allowed if not provided during submission #4413

Open Harshit28j opened 3 months ago

Harshit28j commented 3 months ago

Description:

Currently, EvalAI does not allow editing of submission meta attributes if they were not provided during the initial submission. This is a bug, as users should be able to add or edit meta attributes even if they were not provided initially.

Steps to reproduce:

Make a submission without providing a specific field (e.g. a text field). Attempt to edit the submission. Observe that editing is not allowed due to the missing field.

Expected behavior:

Editing should be allowed even if a field was not provided during the initial submission. The user should be able to add or update the field during the editing process.