0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/plugins/discourse-topic-voting/spec/serializers
Natalie Tay 105aa3213a
FIX: Remove topic voting custom field from category logs when there is no change (#36832)
Currently, when the topic voting plugin is enabled, in staff action logs
for "change category settings"
(`/admin/logs/staff_action_logs?filters=%7B"action_name"%3A"change_category_settings"%2C"action_id"%3A26%7D`),
we keep seeing this even though there are no changes to topic voting.

This commit prevents the custom field from being logged when there is no
real change.
2025-12-22 21:29:32 +08:00
..
basic_category_serializer_spec.rb
category_serializer_spec.rb FIX: Remove topic voting custom field from category logs when there is no change (#36832) 2025-12-22 21:29:32 +08:00
current_user_serializer_spec.rb
post_serializer_spec.rb
topic_list_item_serializer_spec.rb
topic_view_serializer_spec.rb