-
Task
-
Resolution: Fixed
-
None
-
Medium
-
FIXED: 'same' terms check is now case sensitive
-
Emptyshow more show less
Problem
When importing tbx file with the following terms, first import goes ok, but if imported 2nd time - 'SOLL-Temperatur' term is being removed for some reason, which should not be that way.
<langSet xml:lang="DE"> <tig> <term>Soll-Temperatur</term> <termNote type="processStatus">finalized</termNote> <termNote type="Freigabe durch:">M</termNote> <termNote type="administrativeStatus">preferred</termNote> </tig> <tig> <term>Solltemperatur</term> <termNote type="processStatus">finalized</termNote> <termNote type="Freigabe durch:">M</termNote> <termNote type="administrativeStatus">notRecommended</termNote> </tig> <tig> <term>SOLL-Temperatur</term> <termNote type="processStatus">finalized</termNote> <termNote type="Freigabe durch:">M</termNote> <termNote type="administrativeStatus">notRecommended</termNote> </tig> </langSet>
Solution
This should be investigated and fixed