SEBSERV-466 fixed
This commit is contained in:
parent
77e8618975
commit
d6782075bc
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public class PasswordInput extends Composite {
|
|||
final GridData gridData = new GridData(SWT.FILL, SWT.FILL, true, true);
|
||||
passwordInput.setLayoutData(gridData);
|
||||
passwordInput.setText(value != null
|
||||
? Utils.escapeHTML_XML_EcmaScript(value)
|
||||
? value
|
||||
: StringUtils.EMPTY);
|
||||
if (!buildPassword) {
|
||||
passwordInput.setEditable(false);
|
||||
|
|
Loading…
Reference in a new issue