discourse/plugins/automation/app
Régis Hanol 252dcfbfa6
FIX: create an automation with forced_triggerable enabled (#29030)
When trying to create a new automation based on a scriptable that has "force_triggerable" enable, it would break because of a typo in the code.

This fixes the typo and add a spec to ensure this code path is tested.
2024-09-30 17:42:00 +02:00
..
controllers/discourse_automation FIX: create an automation with forced_triggerable enabled (#29030) 2024-09-30 17:42:00 +02:00
jobs DEV: Convert some files to autoloading and various improvements (#26860) 2024-05-06 23:12:55 +03:00
models/discourse_automation FEATURE: increasing name length in automation (#28945) 2024-09-17 13:16:44 -03:00
serializers/discourse_automation FIX: correctly show validation errors in automation (#27622) 2024-06-26 14:09:26 +02:00
services/discourse_automation