Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
ZNTA-1253 add a comment to remind us what should do in new editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Jul 15, 2016
1 parent 30ee386 commit ca8c0d6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -59,6 +59,7 @@ public GetTranslationMemoryResult execute(GetTranslationMemory action,
TransMemoryQuery transMemoryQuery = action.getQuery();
log.debug("Fetching matches for {}", transMemoryQuery);

// TODO if the client is requesting a TM for a textflow, it should just pass the text flow id not the text. And also some other context info like docId, version. project etc
List<TransMemoryResultItem> results =
translationMemoryServiceImpl.searchTransMemory(
action.getLocaleId(), action.getSourceLocaleId(),
Expand Down

0 comments on commit ca8c0d6

Please sign in to comment.