Details
-
Bug
-
Resolution: Fixed
-
None
-
Medium
-
Fix CTRL+ENTER behavior for segments editing within complex workflows: use current workflow step instead of autostates map
-
Empty show more show less
Description
Problem
CTRL+ENTER should always open the next segment, that has not yet been saved in the current workflow step.
Yet actually it does instead open the next segment, that has not been saved by a workflow step of the same workflow step type (aka workflow role in LEK_taskuserassoc).
Can be reproduced with task
https://personal-demo.translate5.net/editor/#project/1179/1181/focus
and user sylvia in its current status.
Solution
Make the short-cut work correctly, that it jumps to the next segment, that has been edited in the same workflow step (for example "text approval" of complex workflow) and not the same workflow step type (e. g. "review").
Keep in mind, that we discussed the decoupling of segment processing status and workflow step in another issue. Is this connected in implementation?