Details
-
Bug
-
Resolution: Fixed
-
None
-
High
-
-
Empty show more show less
Description
description
under certain circumstances, a task, created by ConnectWorldserver plugin is deleted while import-process.
for details see also:
TS-2563: Projektanlage-Fehler nach Update
solution
problem has actually 2 topics.
timeout while downloading xliff (wszx) from worldserver
for bigger tasks it can happen, that the plugin run into a timeout while downloading the data from WorldServer. To handle this, timeout was increased and notification- / error-handling was improved.
task was deleted while import-process
when Translate5 is open and showing the task while preparation, the processUploadFiles function deletes the task immediately. Problem here was, tasks-meta where created twice.
This is bugfixed now in tasks-importTrait.
see also TRANSLATE-3347