Files
discourse/plugins
Joffrey JAFFEUX 299d28cb73 FIX: ensures empty tags field is not storing an empty array (#33270)
This would happen in the following scenario:
- select a tag
- save the automation
- unselect the tag
- save the automation

You would end up with a field having `[]` as value instead of `nil`.
This can cause issues in the logic of scripts and triggers as they might
consider the value as present.
2025-06-19 17:06:22 +02:00
..
2025-06-17 23:07:42 +02:00
2025-06-17 23:07:42 +02:00