Allow editing and resetting of all admin setting strings #137
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/admin_settings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As of now, strings set via environment variables are marked readonly and the form fields disabled.
This adds new form components for resettable settings fields and makes all of them editable. This way, when you change something from a pre-set or otherwise default value, there is a button to reset the field. It only appears if a default value actually exists, so if a value is not pre-set via env var, there's no reset button at all.
There's a small additional commit, which allows to change the from address for chat notifications.
Very useful feature! Looking good.