discourse/app/services/site_setting/policy
Ted Johansson b40cbfcb76
DEV: Move backfill into SiteSetting::Update service (#32037)
Some site settings support backfilling if the user specified it. This works fine for singular site settings sent to the SiteSettingsController#update endpoint, but with bulk save we need to support this for a list of settings as well.

This change alters the params format for SiteSetting::Update.

It also moves the backfill logic into the service.
2025-03-28 12:01:56 +08:00
..
settings_are_configurable.rb DEV: Move backfill into SiteSetting::Update service (#32037) 2025-03-28 12:01:56 +08:00
settings_are_not_deprecated.rb DEV: Move backfill into SiteSetting::Update service (#32037) 2025-03-28 12:01:56 +08:00
settings_are_unshadowed_globally.rb DEV: Move backfill into SiteSetting::Update service (#32037) 2025-03-28 12:01:56 +08:00
settings_are_visible.rb DEV: Move backfill into SiteSetting::Update service (#32037) 2025-03-28 12:01:56 +08:00
values_are_valid.rb DEV: Move backfill into SiteSetting::Update service (#32037) 2025-03-28 12:01:56 +08:00