discourse/plugins/automation/app
Joffrey JAFFEUX bf715c8235
FIX: resets pending automations only if necessary (#26685)
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.
2024-04-19 14:23:57 +02:00
..
controllers/discourse_automation FEATURE: Merge discourse-automation (#26432) 2024-04-03 18:20:43 +03:00
jobs FEATURE: Merge discourse-automation (#26432) 2024-04-03 18:20:43 +03:00
models/discourse_automation FIX: resets pending automations only if necessary (#26685) 2024-04-19 14:23:57 +02:00
queries FEATURE: Merge discourse-automation (#26432) 2024-04-03 18:20:43 +03:00
serializers/discourse_automation FEATURE: Merge discourse-automation (#26432) 2024-04-03 18:20:43 +03:00
services/discourse_automation FEATURE: Merge discourse-automation (#26432) 2024-04-03 18:20:43 +03:00