Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/dependency-…
Browse files Browse the repository at this point in the history
…upgrade
  • Loading branch information
tonydamage committed May 25, 2023
2 parents 07b776d + a0b3705 commit cbef9d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ protected void onInitialize() {
label.setEscapeModelStrings(true);
add(label);

ExternalLink externalLink = new ExternalLink(ID_LINK_DOCUMENTATION, "https://docs.evolveum.com/");
ExternalLink externalLink = new ExternalLink(ID_LINK_DOCUMENTATION,
"https://docs.evolveum.com/midpoint/reference/roles-policies/mining/anonymous-data-export/");
externalLink.add(AttributeModifier.append("target", "_blank"));
externalLink.setBody(createStringResource("roleMiningExportPanel.documentation.link"));

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6155,11 +6155,14 @@
<xsd:documentation>
Traces processing of each N-th item.
DEPRECATED. Use beforeItemCondition instead.

(Except for tracing asynchronous updates. There, only this property is observed.)
</xsd:documentation>
<xsd:appinfo>
<a:displayName>Tracing interval</a:displayName>
<a:deprecated>true</a:deprecated>
<a:deprecatedSince>4.4</a:deprecatedSince>
<a:plannedRemoval>5.0</a:plannedRemoval>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand Down Expand Up @@ -6226,9 +6229,13 @@
<xsd:annotation>
<xsd:documentation>
Profiles processing of each N-th item.
DEPRECATED. Use beforeItemCondition instead.
</xsd:documentation>
<xsd:appinfo>
<a:displayName>Profiling interval</a:displayName>
<a:deprecated>true</a:deprecated>
<a:deprecatedSince>4.8</a:deprecatedSince>
<a:plannedRemoval>5.0</a:plannedRemoval>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand Down

0 comments on commit cbef9d6

Please sign in to comment.