discourse/plugins/automation/spec/fabricators
Joffrey JAFFEUX 0a1432e1cc
FIX: ensures global notices are destroyed on post created (#28684)
Prior to this fix we could exit early if tags was `[]` as `tags && (tags & post.topic.tags.map(&:name)).empty?` would have returned true. This commit ensures it's not the case anymore and adds a test for it.

Co-Authored-By: Martin Brennan <mjrbrennan@gmail.com>
2024-09-02 21:17:10 +02:00
..
automation_fabricator.rb FEATURE: Merge discourse-automation (#26432) 2024-04-03 18:20:43 +03:00
automation_field_fabricator.rb FEATURE: Merge discourse-automation (#26432) 2024-04-03 18:20:43 +03:00
user_global_notice_fabricator.rb FIX: ensures global notices are destroyed on post created (#28684) 2024-09-02 21:17:10 +02:00