Skip to content

Commit f41c8d6

Browse files
authored
Fix LT-22271: Phonemes/Features column disappears from table (#444)
1 parent d38a34d commit f41c8d6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2669,7 +2669,13 @@
26692669
<part id="PhNaturalClass-Detail-DescriptionAllA" type="Detail">
26702670
<slice field="Description" label="Description" editor="multistring" ws="all analysis"/>
26712671
</part>
2672-
</bin>
2672+
<!-- The following is a hack to keep the Phoneme/Features column from disappearing (LT-22171).
2673+
The Segments field is technically part of PhNCSegments, but the display code is expecting PhNaturalClass.
2674+
-->
2675+
<part id="PhNaturalClass-Jt-Segments" type="JtView">
2676+
<seq field="Segments" layout="shortname" />
2677+
</part>
2678+
</bin>
26732679
<bin class="PhNCSegments">
26742680
<part id="PhNCSegments-Detail-Segments" type="Detail">
26752681
<slice field="Segments" label="Phonemes" editor="defaultVectorReference">

0 commit comments

Comments
 (0)