-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 4.20.0, 5.4.0, 5.10.0
-
Component/s: Assets - Import
-
1
-
Severity 3 - Minor
Issue Summary
The hidden value of the password input field is not persisted on page reload. This is an issue as it may lead to think there is no password configured for the configuration (example, import configuration).
Steps to Reproduce
- In Assets schema configuration, configure a new import source of type CSV.
- Make sure to configure a username and password for that import source (it can be dummy value)
- finish configuring the import source and save.
- Now, without reloading the page (this is important), edit the configuration and you will notice that the password field is replaced with stars symbol. Next to it, you should see a checkbox option allowing to "Change value".
- Close the configuration and reload the entire page.
- Edit the configuration again
Expected Results
The password field should remain with the hidden value and the option to "Change value" as in step 4.
Actual Results
The password field is empty, leading the user to think that there is no password configured (when there actually is).
Workaround
Currently there is no known workaround for this behaviour. A workaround will be added here when available.
- relates to
-
JSDSERVER-15534 Password hidden value not persistent on the input field in Assets JSON import
-
- Closed
-
- links to
- mentioned in
-
Page Loading...