Skip to content

Commit

Permalink
MID-9589 localization fixes for object template page (details)
Browse files Browse the repository at this point in the history
(cherry picked from commit 62671e0)
  • Loading branch information
1azyman committed Apr 25, 2024
1 parent b849810 commit d402950
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9107,7 +9107,7 @@
<xsd:appinfo>
<a:since>4.6</a:since>
<a:experimental>true</a:experimental>
<a:displayName>ItemRefinedDefinitionType.indexing</a:displayName>
<a:displayName>ObjectTemplateItemDefinitionType.indexing</a:displayName>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand All @@ -9123,7 +9123,7 @@
<xsd:appinfo>
<a:since>4.6</a:since>
<a:experimental>true</a:experimental>
<a:displayName>ItemRefinedDefinitionType.identity</a:displayName>
<a:displayName>ObjectTemplateItemDefinitionType.multiSource</a:displayName>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand All @@ -9136,7 +9136,7 @@
<xsd:appinfo>
<a:since>4.6</a:since>
<a:experimental>true</a:experimental>
<a:displayName>ItemRefinedDefinitionType.correlation</a:displayName>
<a:displayName>ObjectTemplateItemDefinitionType.correlation</a:displayName>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1250,6 +1250,9 @@
<xsd:documentation>
How to search for the item values?
</xsd:documentation>
<xsd:appinfo>
<a:displayName>ItemCorrelatorDefinitionType.search</a:displayName>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="focusItem" type="t:ItemPathType" minOccurs="0">
Expand Down Expand Up @@ -1282,6 +1285,9 @@
Name of this identity item. By default, the last segment of the item path is considered
to be the item name.
</xsd:documentation>
<xsd:appinfo>
<a:displayName>MultiSourceItemDefinitionType.name</a:displayName>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="selection" type="tns:ObjectTemplateMappingType" minOccurs="0">
Expand All @@ -1292,6 +1298,9 @@
It has a default strength of `strong`, and a default sources of `identities/identity`
and `identities/defaultAuthoritativeSource`.
</xsd:documentation> <!-- (TODO: ok?) -->
<xsd:appinfo>
<a:displayName>MultiSourceItemDefinitionType.selection</a:displayName>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
Expand Down Expand Up @@ -1924,13 +1933,19 @@
<xsd:documentation>
Lower limit on the similarity to be matched.
</xsd:documentation>
<xsd:appinfo>
<a:displayName>TrigramSimilaritySearchDefinitionType.threshold</a:displayName>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="inclusive" type="xsd:boolean" minOccurs="0" default="true">
<xsd:annotation>
<xsd:documentation>
Is the value of "threshold" meant to be inclusive?
</xsd:documentation>
<xsd:appinfo>
<a:displayName>TrigramSimilaritySearchDefinitionType.inclusive</a:displayName>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
Expand Down

0 comments on commit d402950

Please sign in to comment.