Skip to content

Commit 45b21f9

Browse files
authored
Fix LT-22171: Categories Browse columns disappear (#446)
* Fix LT-22171: Categories Browse columns disappear * Fix LT-22171: Keep columns from disappearing from Categories
1 parent c531282 commit 45b21f9

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,16 @@
741741
</if>
742742
</if>
743743
</part>
744-
</bin>
744+
<!-- The following is a hack to keep Categories columns from disappearing (LT-22171).
745+
These field are technically part of PartOfSpeech, but the display code is expecting CmPossibility.
746+
-->
747+
<part id="CmPossibility-Jt-inflClassesBest" type="jtview">
748+
<seq field="InflectionClasses" layout="NameBest"/>
749+
</part>
750+
<part id="CmPossibility-Jt-defaultInflClassBest" type="jtview">
751+
<obj field="DefaultInflectionClass" layout="NameBest"/>
752+
</part>
753+
</bin>
745754
<bin class="MoMorphSynAnalysis">
746755
<part id="MoMorphSynAnalysis-Detail-MainEdit" type="Detail">
747756
<!-- Implements what should be the first thing shown for all MSA classes,

0 commit comments

Comments
 (0)