You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Settings operations generate a lot of useless noise when given their own default values.
STEPS TO REPRODUCE
PATCH to /api/v2/settings/all/ with a payload like {"SOME_SETTING": "value"} where the value is the system default of that setting, starting from the state after all settings have been reset to defaults.
EXPECTED RESULTS
Nothing changes, so there should be nothing in the activity stream about this
ACTUAL RESULTS
It "creates" the setting according to the activity stream
ADDITIONAL INFORMATION
This produces a lot of noise with how the UI operates specifically, followup from #10376
The text was updated successfully, but these errors were encountered:
ISSUE TYPE
SUMMARY
Settings operations generate a lot of useless noise when given their own default values.
STEPS TO REPRODUCE
PATCH to
/api/v2/settings/all/
with a payload like{"SOME_SETTING": "value"}
where the value is the system default of that setting, starting from the state after all settings have been reset to defaults.EXPECTED RESULTS
Nothing changes, so there should be nothing in the activity stream about this
ACTUAL RESULTS
It "creates" the setting according to the activity stream
ADDITIONAL INFORMATION
This produces a lot of noise with how the UI operates specifically, followup from #10376
The text was updated successfully, but these errors were encountered: