User tests: Successful: Unsuccessful:
Fixes #30282.
Fixes component configuration being deleted when validation fails.
Go to Users
component configuration.
Set Minimum Characters
to less than 8.
Change some other settings.
Try to save.
Configuration saved
message is shown but Minimum Characters
is reset to 12, other settings also reset to their default values.
If you go to #__extensions
table and inspect params
column of com_users
record you'll notice it's empty.
Form is not saved, Invalid field: Minimum Characters
message is shown. Old, valid data in #__extensions
table is still there.
No.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_config |
Labels |
Added:
?
|
I have tested this item
I have tested this item
Showing result as expected
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-10-17 16:01:28 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Thanks!
Would be nice if you could implement the more meaningful error messages that I tried to implement in #30906