Skip to content

Commit 850ff32

Browse files
authored
Fix LT-22210: Is Abstract Form field opens wrong help topic (#416)
1 parent ca7cb21 commit 850ff32

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,17 @@
231231
<part ref="PhoneEnv" label="Environments" visibility="ifData"/>
232232
</part>
233233

234-
<part id="MoForm-Detail-IsAbstractBasic" type="Detail">
234+
<!-- IsAbstract At Entry section -->
235+
<part id="MoForm-Detail-IsAbstractBasic" type="Detail">
235236
<slice field="IsAbstract" label="IsAbstract" editor="Checkbox"/>
236237
</part>
237238

239+
<!-- IsAbstract in Allomorph section -->
240+
<part id="MoForm-Detail-IsAbstract" type="Detail">
241+
<slice field="IsAbstract" label="IsAbstract" editor="Checkbox"
242+
helpTopicID="khtpField-lexiconEdit-AlternateFormsSection-IsAbstract"/>
243+
</part>
244+
238245
<part id="MoForm-Detail-PhoneEnvBasic" type="Detail">
239246
<slice field="PhoneEnv" label="Environments" editor="phoneEnvReference" menu="mnuDataTree-Environments-Insert" helpTopicID="khtpField-LexEntry-Environments">
240247
<deParams ws="analysis vernacular"/>

0 commit comments

Comments
 (0)