Details
-
Bug
-
Resolution: Unresolved
-
None
-
None
-
High
-
Empty show more show less
Description
problem
If there is currently an error in pretranslation/matchanalysis (problem with language resource or similar) then the pretranslation stops and the whole task is set to error.
This is not perfect but ok for running a pre-translation on import. For starting a pre-translation / analysis after import, this is wrong since it locks the task.
solution
reason
The reason is that the Match Analysis Worker and the BatchWorker extends the Import_Worker instead just the ZfExtended_Worker_Abstract.
Basically the task is not set to status error if there is a problem while pre-translation / analysis.
Therefore the user needs now feedback about that in a different way
- Status in the analysis - Implemented with this issue
- TRANSLATE-1994 - feedback in the task overview
- Linking of language resources errors also to the task, not only to the language resource - already done
Status in the analysis
Idea: add a status field to LEK_match_analysis_taskassoc, the status is then shown in the match analysis result panel too. Status may be: done, running, error
done: all done and analysis is ok
running: analysis is running, language resource window should then be locked of that task?
error: there was an error when using the analysis, must be set from the MatchAnalysis Worker. The frontend should point the user to look into the task / language resource log for details.
Attachments
Issue Links
- relates to
-
TRANSLATE-1994 Usage of error and warning icons is unclear in task overview
- Selected for dev
-
TRANSLATE-4078 Show error and warning icon in new column in tasks and projects
- Releasable