IDEMPIERE-1162
This commit is contained in:
parent
790cd64ed2
commit
96f2838b06
|
@ -1663,6 +1663,9 @@ public final class Env
|
||||||
outStr.append(mf.format(v));
|
outStr.append(mf.format(v));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
if (colToken != null && colToken.isSecure()) {
|
||||||
|
v = "********";
|
||||||
|
}
|
||||||
outStr.append(v.toString());
|
outStr.append(v.toString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue