• Critical
    • The blocked segments now will be included in the workflow step progress calculation.

      Problem

      When there are blocked segments in the task, they are evaluated when the task workflow progress is calculated.

      To reproduce

      Ex:

      The task is in workflow step translation and has 10 segments. 5 out of 10 segments are with blocked autostate and the other 5 segments are in state translated. 

      The total workflow progress is calculated with this formula: 

      progress = segmentCount / segmentFinishCount;

      segmentFinishCount is the count of the segments with translation workflow step autostates (translated, translated auto) in our case 5.

      Since the blocked segments are not in the current workflow autostates pull, they are counted in the segmentCount but not in the segmentFinishCount.

            aleksandar Aleksandar Mitrev
            aleksandar Aleksandar Mitrev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: