We are pleased to announce that version 13.32.0 of the Lingotek Translation Management System was released today.
Project Management
TM Stats
We have resolved an issue that was preventing some users from downloading Condensed reports from the TM Stats page.
GlobalSearch
To improve the search-ability of documents within the TMS, non-standard white spaces within a document's display name are now normalized on document upload.
The checkout feature has been enhanced to send a callback whenever the checkout status of the task is changed.
Vendor Assignments
Project owners can make changes to vendor assignments on phases after the workflow has begun. This allows users to rectify any mistakes or make any necessary changes.
You can only make changes to vendor assignments if the phase has not yet been worked on.
Workbench
Xbench
The Lingotek Workbench is now integrated with Xbench.
TM Stats
We have resolved an issue that prevented linguists from viewing TM Statistics on the workbench.
API
Last Modified By
Added last_modified_by to the response for GET /task and GET /task/{id}
This refers to the user who last saved a change to the translation for that phase
Task Check-Out & Check-In for Linguists
Previously the API only supported task check-out and check-in for users with the Project Manager role
To remedy this, we've added two new linguist-level APIs: POST /task/{id}/check-out and POST /task/{id}/check-in
These new APIs enable integrators to allow users with linguist-only credentials to check-out and check-in their own tasks
Modifying To Whom a Task is Checked Out
Added APIs for POST /phase/{id}/check-out and DELETE /phase/{id}/check-out
These two new APIs allow users with the Project Manager role to modify to whom a task is checked-out
Check Out To
Add checked_out_to to the following five APIs:
GET /task
GET /task/{id}
GET /document/{id}translation
GET /document/{id}/translation/{locale}
GET /phase/{id}
This allows integrators to display the name of the user to whom task is currently checked out