mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-23 03:41:54 +08:00
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. |
||
|---|---|---|
| .. | ||
| settings_are_configurable.rb | ||
| settings_are_not_deprecated.rb | ||
| settings_are_unshadowed_globally.rb | ||
| settings_are_visible.rb | ||
| values_are_valid.rb | ||