Skip to content

Commit

Permalink
Fix LT-21966: Inflection features not showing correctly in browse
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmaxwell3 committed Nov 21, 2024
1 parent 02a2a5b commit 299002f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,12 @@
<obj class="LexSense" field="MorphoSyntaxAnalysis" layout="empty">
<if is="MoStemMsa">
<obj class="MoStemMsa" field="MsFeatures" layout="empty">
<string field="ChooserNameTS"/>
<string field="LongNameTSS"/>
</obj>
</if>
<if is="MoInflAffMsa">
<obj class="MoInflAffMsa" field="InflFeats" layout="empty">
<string field="ChooserNameTS"/>
<string field="LongNameTSS"/>
</obj>
</if>
<ifnot is="MoStemMsa">
Expand Down

0 comments on commit 299002f

Please sign in to comment.