mirror of
https://github.com/discourse/discourse.git
synced 2024-12-18 21:54:22 +08:00
bf715c8235
Prior to this fix, any change to an automation would reset `pending_automations`, now we only do it if any value related to recurrence (start_date, interval, frequency, execute_at...) has been changed. It means that any trigger creating `pending_automations` now needs to manage them in the `on_update` callback. |
||
---|---|---|
.. | ||
after_post_cook.rb | ||
api_call.rb | ||
category_created_edited.rb | ||
pm_created.rb | ||
point_in_time.rb | ||
post_created_edited.rb | ||
recurring.rb | ||
stalled_topic.rb | ||
stalled_wiki.rb | ||
topic.rb | ||
user_added_to_group.rb | ||
user_badge_granted.rb | ||
user_first_logged_in.rb | ||
user_promoted.rb | ||
user_removed_from_group.rb | ||
user_updated.rb |