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
On hover on the title of a setting, an icon button appears that allows an admin to reset a setting to the default value:
Button looks and works similar to the quantifier replacement button:
Add defaultValue to API interface Setting and SettingDto.
Populate all default values using a database migration
Use the /settings/:id/set to reset value, or create new endpoint /settings/:id/reset
The text was updated successfully, but these errors were encountered:
kristoferlund
changed the title
Reset settings to default values
Admin should be able to reset settings to default values in the praise dashboard settings interface
Sep 14, 2022
defaultValue
to API interfaceSetting
andSettingDto
./settings/:id/set
to reset value, or create new endpoint/settings/:id/reset
The text was updated successfully, but these errors were encountered: