discourse/plugins/discourse-topic-voting/test/javascripts/acceptance
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
..
category-edit-test.js FIX: Remove topic voting custom field from category logs when there is no change (#36832) 2025-12-22 21:29:32 +08:00
user-activity-votes-test.js