Details
-
Bug
-
Resolution: Fixed
-
None
-
High
-
The matching between the workfile and pivot filenames is more easier right now, since the filename is compared now only to the first dot. So file.en-de.xlf matches now file.en-it.xlf and there is no need to rename such pivot files.
-
The matching between the workfile and pivot filenames is more easier right now, since the filename is compared now only to the first dot. So file.en-de.xlf matches now file.en-it.xlf and there is no need to rename such pivot files.
-
Empty show more show less
Description
problem
Pivot and workfile names must be exactly the same. So they can not be stored in the same directory on the PMs disk.
In addition to that, create 2(general and visual) tabs in the import wizard where all upload grids will be located:
- General : the workfiles/pivot files upload grid
- Reference files (new) : add reference files upload option.
- all reference files are assigned to all produced project tasks
- disabled for zip uploads
- Reference files (new) : add reference files upload option.
- Visual : visual review upload grid
- If error happens in one of the upload grids, and the grid is out of focus -> focus the grid so the error is visible
solution
compare file names until to the first dot, so that my-test-project.de-en.xlf will match my-test-project.de-it.xlf as pivot file for example.