fractal-analytics-platform / fractal-web

Web client for Fractal
https://fractal-analytics-platform.github.io/fractal-web/
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

"owner" dropdown list has duplicated entries #559

Closed tcompa closed 2 months ago

tcompa commented 2 months ago

Observation: In the v2/admin/tasks page, the dropdown menu listing all possible "owner" values has repeated entries.

Expected behavior: the list only has unique entries.

(I haven't checked yet whether this list is prepared in the backend or created in the webclient)

zonia3000 commented 2 months ago

This happened when two users had the same slurm_user value. Fixed in #562.