Skip to content

Commit

Permalink
MID-4322 fix: Hide password forceChange in GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Dec 13, 2017
1 parent 552e5bb commit 682f343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -151,8 +151,8 @@ public static String toStringValue(PrismPropertyValue propertyValue) {
if (evaluatorValue.getFilter() != null) {
DebugUtil.debugDumpMapMultiLine(expressionString, evaluatorValue.getFilter().getFilterClauseXNode(),
0, false, null);
// expressionString.append(evaluatorValue.getFilter().getFilterClauseXNode().debugDump(0));
// expressionString.append("; ");

//TODO temporary hack: removing namespace part of the QName
while (expressionString.indexOf("}") >= 0 && expressionString.indexOf("{") >= 0 &&
expressionString.indexOf("}") - expressionString.indexOf("{") > 0){
expressionString.replace(expressionString.indexOf("{"), expressionString.indexOf("}") + 1, "");
Expand Down
Expand Up @@ -3293,6 +3293,7 @@
</xsd:documentation>
<xsd:appinfo>
<a:displayName>AbstractCredentialType.forceChange</a:displayName>
<a:operational>true</a:operational>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand Down

0 comments on commit 682f343

Please sign in to comment.