Uploaded image for project: 'translate5'
  1. translate5
  2. TRANSLATE-3424

Tag mismatch in t5memory results due nonnumeric rids

    XMLWordPrintable

Details

    • Critical
    • Tags from segments may get removed when taking over from t5memory due mismatching tag ids.

    Description

      problem

      If the tags of a segment contains non numeric rids, the rid is completely removed by t5memory which leads to mismatching tags between requested source and the answer of t5memory. The user has to add the tags manually then.

      Example data

      requested data:

      <bx id="1" rid="123-123"/>test<ex id="2" rid="123-123"/>

      received from t5memory:

      <bx id="1""/>test<ex id="2"/>

      expected:

      <bx id="1" rid="123-123"/>test<ex id="2" rid="123-123"/>
      

      solution

      The problem is solved in t5memory T5TMS-162 but will be also solved in translate5 by replacing all non numeric / long rids with just a numeric id.

      Attachments

        Activity

          People

            tlauria Thomas Lauria
            tlauria Thomas Lauria
            Aleksandar Mitrev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: