fixed RedactedPasswordInput to prevent sending empty string of settings form resave

This commit is contained in:
Gani Georgiev
2024-10-09 18:29:08 +03:00
parent 01e13f5717
commit 4d44f1cb5c
28 changed files with 38 additions and 36 deletions

View File

@@ -3,6 +3,8 @@
> [!CAUTION]
> **This is a prerelease intended for test and experimental purposes only!**
- Fixed the UI settings update form to prevent sending empty string for the mail password or the S3 secret options on resave of the form.
- Added more user friendly view collection truncate error message.
- Added `FieldsList.AddMarshaledJSON([]byte)` helper method to load a serialized json array of objects or a single json object into an existing collection fields list.