Skip to content

Commit dda4faf

Browse files
authored
Fix LT-22559: Reconnect Help topic for Allomorph Status (#949)
1 parent c636811 commit dda4faf

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

DistFiles/Language Explorer/Configuration/Parts/MorphologyParts.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@
236236
<slice field="IsAbstract" label="IsAbstract" editor="Checkbox"/>
237237
</part>
238238
<part id="MoForm-Detail-AllomorphStatus" type="Detail">
239-
<slice field="IsAbstract" label="IsAbstract" editor="enumComboBox">
239+
<slice field="IsAbstract" label="IsAbstract" editor="enumComboBox"
240+
helpTopicID="khtpField-lexiconEdit-AlternateFormsSection-AllomorphStatus">
240241
<deParams>
241242
<stringList group="AllomorphStatus" ids="IsElsewhereForm, IsAbstractForm"/>
242243
</deParams>

Src/LexText/LexTextDll/HelpTopicPaths.Designer.cs

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Src/LexText/LexTextDll/HelpTopicPaths.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1978,6 +1978,9 @@
19781978
<data name="khtpField-lexiconEdit-AlternateFormsSection-IsAbstract" xml:space="preserve">
19791979
<value>User_Interface/Field_Descriptions/Lexicon/Lexicon_Edit_fields/Alternate_Forms_level_flds/Is_Abstract_Form_fld_Allomorph.htm</value>
19801980
</data>
1981+
<data name="khtpField-lexiconEdit-AlternateFormsSection-AllomorphStatus" xml:space="preserve">
1982+
<value>User_Interface/Field_Descriptions/Lexicon/Lexicon_Edit_fields/Entry_level_fields/Allomorph_Status_field.htm</value>
1983+
</data>
19811984
<data name="khtpField-lexiconEdit-AlternateFormsSection-MoAffixAllomorph-Form" xml:space="preserve">
19821985
<value>User_Interface/Field_Descriptions/Lexicon/Lexicon_Edit_fields/Alternate_Forms_level_flds/Affix_allomorph_fld.htm</value>
19831986
</data>

0 commit comments

Comments
 (0)