Reject Translation function doesn't work in Translation Connector | Community
Skip to main content
New Participant
October 17, 2018
Solved

Reject Translation function doesn't work in Translation Connector

  • October 17, 2018
  • 14 replies
  • 7031 views

Hello every experts:

I am using bootstrap connector to test Pseudo Translation functionality. If I totally have 7 pages need to be translated, 6 of them are approved translation, 1 of them is rejected, however I still can see the page is still be translated even though I reject this page in Translation Job. I also checked the JS code of accepttranslation.js and rejecttranslation.js are pretty similiar, so I assume reject translation functions is the same as accept translation which means reject translation doesn't work.

I also tested Microsoft Translation Connector, the behavior is the same.

So does anyone know why reject translation doesn't work? Is this the AEM bug and any solutions to resolve this problem?

Please refer to attachment for more detail.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Ankur_Sial

Hi,

Reject functionality would initiate update translations, if supported by translation partner. Once a user rejects translation objects, translation partner will be notified with the same. If you are working with a partner, please request your translation partner regarding the support for reject workflow. If you are building your own connector or a partner, this process is initiated via updateTranslationObjectState[1].

Also, as this needs reading comments and updating translations accordingly, it is not supported by Machine Translation only frameworks like Microsoft.

Reject status is an indication that the content needs update. The content would not be reverted to source language.

[1] https://helpx.adobe.com/experience-manager/6-4/sites/developing/using/reference-materials/javadoc/com/adobe/granite/translation/api/TranslationService.html#updateTranslationObjectState-java.lang.String-com.adobe.granite.translation.api.TranslationObject-com.adobe.granite.translation.api.TranslationState-

14 replies

raj_mandalapu
New Participant
October 19, 2018

I am not sure about sp2 has any translation related code patch or not we need to check release notes. but you can test this in the local environment by installing SP2 and if everything looks good then only push SP2 into upper environments.

New Participant
October 19, 2018

Anyone can help me to look at this issue? should I install sp2 patch for AEM 6.3? does sp2 has any translation code patch?

New Participant
October 18, 2018

Thank you for your answer, I am using AEM 6.3.

yanyu
New Participant
April 3, 2021
Hi Michael, were you able to solve the problem. We are running into the same problem. We don't know what's happening.
raj_mandalapu
New Participant
October 17, 2018

I am using AEM 6.3 SP2 and I don't see any issues, what is the version you are using ?