discourse/plugins/automation/app
Joffrey JAFFEUX 4f2a8d39da
FIX: correctly refreshes associated fields after update (#33246)
The `on_update` callback of triggers is called with previous fields and
new fields, values. However since a recent change:
https://github.com/discourse/discourse/pull/32810 this relationship is
cached and would cause previous fields to equal new fields. This commit
ensures we are refreshing the relationship before calling the
`on_update` callback.
2025-06-18 14:01:09 +02:00
..
controllers/discourse_automation PERF: prevents N+1 on last_updated_by (#32817) 2025-05-20 17:07:37 +02:00
jobs FIX: Recover from failing automations (#31413) 2025-02-20 12:45:06 +02:00
models/discourse_automation FIX: correctly refreshes associated fields after update (#33246) 2025-06-18 14:01:09 +02:00
serializers/discourse_automation PERF: prevents N+1 on last_updated_by (#32817) 2025-05-20 17:07:37 +02:00
services/discourse_automation DEV: Refactor DiscourseAutomation::DestroyAutomation a bit 2024-11-22 16:05:31 +01:00