0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-14 13:58:53 +08:00
discourse/plugins/discourse-workflows/spec/integration
Joffrey JAFFEUX 0191c6571c
FEATURE: Add post_moved workflow trigger (#40521)
Previously, workflows could not react directly when posts were moved
between topics.

This change adds a Post moved trigger with destination category/tag
filters and payload data for the moved post, destination topic, and
original topic.

<img width="1432" height="337" alt="Screenshot 2026-06-03 at 10 48 34"
src="https://github.com/user-attachments/assets/8a3c25ac-903e-4fc7-9716-b9059be2222f"
/>
<img width="276" height="271" alt="Screenshot 2026-06-03 at 10 48 29"
src="https://github.com/user-attachments/assets/52e37226-acd7-49cb-9252-9d229d75ac95"
/>
2026-06-03 11:04:17 +02:00
..
data_table_workflow_spec.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
plugin_enable_hook_spec.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
post_created_create_post_spec.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
post_created_tags_spec.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
post_moved_tags_spec.rb FEATURE: Add post_moved workflow trigger (#40521) 2026-06-03 11:04:17 +02:00
topic_category_changed_create_post_spec.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
topic_closed_tags_spec.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
topic_created_topic_node_spec.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00