discourse-assign/app
Krzysztof Kotlarek b172ca604c
FIX: n+1 assignment (#205)
We are preloading assigned_to for topic list https://github.com/discourse/discourse-assign/blob/main/plugin.rb#L214

Therefore instead of checking assignment, we should use assigned_to directly on topics for serializers
2021-09-15 08:24:37 +10:00
..
controllers/discourse_assign FEATURE: better UI for group assignments (#197) 2021-09-09 12:18:18 +10:00
mailers FIX: Use Topic#url to generate topic URL 2020-05-18 13:08:03 +03:00
models FIX: add assigned fields to suggested topic serializer (#199) 2021-09-09 16:59:06 +10:00
serializers FIX: n+1 assignment (#205) 2021-09-15 08:24:37 +10:00