TK-IT / web

TÅGEKAMMERETs hjemmeside i Django. Både offentlig og intern
https://TAAGEKAMMERET.dk
Other
1 stars 3 forks source link

Refactor gallery view to remove duplicate albums #204

Closed Mortal closed 6 years ago

Mortal commented 6 years ago

515252d ("Use basemedia count from allalbums_public", 2017-10-22) caused the gallery view to show duplicate albums (one album entry per image in the album).

Reimplement the gallery view, using fewer queryset tricks, to make it easier to verify that there are no duplicate albums displayed.

Mortal commented 6 years ago

Denne PR mangler en regression test af gallery view for at vi kan fange fejlen i fremtiden.

Mortal commented 6 years ago

Test added.