Fix column filters for "copy from previous conference"
authorMagnus Hagander <magnus@hagander.net>
Tue, 3 Dec 2024 20:40:28 +0000 (21:40 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 3 Dec 2024 20:40:28 +0000 (21:40 +0100)
commit4ea9e1f7297604fc62d6877b727ed409286fb672
treefed838f20f17a6c0ec2ee713f61f858634f067ec
parent94fdf413e3ed57fee94e02602e6ce1eba2c0596c
Fix column filters for "copy from previous conference"

The contents of the dropdown in the filter was taken from the conference
they are being copied *to*, but the contents of the list is the objects
from the conference being copied *from*. This mostly shows up when
copying sessions, when filtering by track or room makes most sense --
and would be wrong if the track/rooms didn't exist in the new
conference.
postgresqleu/util/backendviews.py