codalab / codabench

Codabench is a flexible, easy-to-use and reproducible benchmarking platform. Check our paper at Patterns Cell Press https://hubs.li/Q01fwRWB0
Apache License 2.0
65 stars 26 forks source link

Task list paging / editing bug #1429

Open johann-petrak opened 5 months ago

johann-petrak commented 5 months ago

Go to the list of tasks with Resources - then clicking on the Task tab.

If that list contains more entries, there will be a ">" button to scroll to page 2.

Edit some task on page 2, then click update.

You will see the list from page 1 again, but the scroll widget at the bottom shows "2" and only allows to scroll forward! cb01

When you now click on one of the task shown in the list to edit it, no error is shown, but the configuration for that task is shown as completely empty: cb02 This was very confusing because I thought originally my update has cleared the config for all my tasks when I checked!

It is even possible to scroll further: cb03