Expand my Community achievements bar.

Project Description not available with Translation API

Avatar

Community Advisor

Hello,

 

We are trying to retrieve all AEM’s Translation Project properties using Translation API. We are able to read properties in ‘Basic’ tab like ‘Title’, ‘Due Date’ but ‘Description’ is unaccessible.

 

According to translation API, during start of the translation job, following method is called:

String createTranslationJob(String name,String description,
                         String strSourceLanguage,
                         String strTargetLanguage,
                         Date dueDate,
                         TranslationState state,
                         TranslationMetadata jobMetadata)
                         

Ideally we should be able to retrieve all the parameters if they have been set while project creation. But in case of description, we are getting an empty String. We even checked this while debugging the code in debug mode.

 

Is this a known product bug? Any other option to read this value?

 

P.S. - The issue is reproducible in both AEM 6.1 and 6.2.

 

DESC.png

3 Replies

Avatar

Administrator

I have asked internal team to took at this.

~kautuk



Kautuk Sahni

Avatar

Administrator

nupurj17891248 wrote...

Thank you Kautuk !

 

 Hi 

Internal team has reverted as: "This is known bug."

I would say please create a daycare ticket and give them reference number as "CQ-106771".

~kautuk



Kautuk Sahni