discourse/plugins/automation/spec
Gabriel Grubba 43414abf83
FIX: TopicTagsChanged trigger not working with multiple tags (#29961)
* FIX: `TopicTagsChanged` trigger not working with multiple tags

The check for when had multiple tags was being exclusive, you had to have all tags to trigger the automation, now it's inclusive, you can trigger the automation if you have any of the tags.

* DEV: add specs for when having multiple categories

* DEV: changed to use unions and intersections for tags

added more tests to check for multiple tags
2024-11-27 14:16:29 -03:00
..
fabricators
integration
jobs
lib
models
requests UX: logs when an automation is destroyed (#29565) 2024-11-04 11:12:18 +09:00
scripts DEV: Don’t replace Rails logger in specs (#29721) 2024-11-13 08:47:39 +08:00
serializers
services DEV: Refactor DiscourseAutomation::DestroyAutomation a bit 2024-11-22 16:05:31 +01:00
system DEV: adds a page object for automation page (#29732) 2024-11-13 11:49:38 +09:00
triggers FIX: TopicTagsChanged trigger not working with multiple tags (#29961) 2024-11-27 14:16:29 -03:00
plugin_helper.rb