discourse/plugins/automation
Osama Sayegh 3be4924b99
DEV: Move array type custom fields to JSON type in automation (#26939)
The automation plugin has 4 custom field types that are array typed. However, array typed custom fields are deprecated and should be migrated to JSON type.

This commit does a couple of things:

1. Migrate all four custom fields to JSON
2. Fix a couple of small bugs that have been discovered while migrating the custom fields to JSON (see the comments on this commit's PR for details https://github.com/discourse/discourse/pull/26939)
2024-05-10 18:47:12 +03:00
..
admin/assets/javascripts/admin DEV: Avoid using the old action helper (#26935) 2024-05-08 20:26:48 +02:00
app DEV: Move array type custom fields to JSON type in automation (#26939) 2024-05-10 18:47:12 +03:00
assets/stylesheets/common DEV: allows fabricators to use faker (#26555) 2024-04-08 21:00:09 +02:00
config Update translations (#26903) 2024-05-07 09:31:46 -04:00
db DEV: Move array type custom fields to JSON type in automation (#26939) 2024-05-10 18:47:12 +03:00
lib DEV: Move array type custom fields to JSON type in automation (#26939) 2024-05-10 18:47:12 +03:00
spec DEV: Move array type custom fields to JSON type in automation (#26939) 2024-05-10 18:47:12 +03:00
test/javascripts/integration/components DEV: allows fabricators to use faker (#26555) 2024-04-08 21:00:09 +02:00
plugin.rb DEV: Move array type custom fields to JSON type in automation (#26939) 2024-05-10 18:47:12 +03:00