10-03-2018
- Aaron Sakievich (Unlicensed)
- Brad Ross (Unlicensed)
Owned by Aaron Sakievich (Unlicensed)
We are pleased to announce that version 13.28.0 of the Lingotek Translation Management System was released today.
Project Management
Project Exceptions Dashboard
- The bulk action Modify Phase Due dates has been added to the Project Exceptions Dashboard.
Workbench
Revision History
- We've enhanced the Workbench Revision History to include a new "Type" column for each entry in the revision history. The revision history entry "type" informs the user what action triggered the history entry. Below are the potential values:
- Translation Saved
- Translation Deleted
- Vote Submitted
- Source Saved
API
- We’ve added two new APIs that allow integrators to interact with reference materials for a task. With these new APIs, you can see whether a task has reference material, list it for a task, and download the reference material.
- GET /task/{id}/reference-material
- GET /task/{id}/reference-material/content
- In previous releases, we added the ability for integrations to get a TM Leverage and/or Analysis report for a Document or Target. Those APIs require the user requesting that information to be a Project Manager role in the Lingotek TMS. We've now added the ability for Linguists to get the TM Leverage and/or Analysis Reports for a Task, using the following:
- GET /task/{id}/leverage
- GET /task/{id}/analysis
- We've enhanced the response for the GET /task call to include:
- start_date
- source_locale
- document_upload_date
- document_last_upload_date
- has_reference_material
- We've also enhanced the GET /task/{id} API to support additional parameters, including the ability to request the TM leverage statistics in the response. The response now includes:
- start_date
- source_locale
- document_upload_date
- document_last_upload_date
- has_reference_material