discourse-assign/app/serializers
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
..
assigned_topic_serializer.rb FIX: n+1 assignment (#205) 2021-09-15 08:24:37 +10:00
group_user_assigned_serializer.rb FEATURE: Per-member counts in group assignment summary (#80) 2020-07-21 12:55:34 +01:00