I am using the translation manager for local translators to create translations. We are running into a bug where the translator completes each field and marks them as finished yet the "Translation of this document is complete" check box is grayed out, not letting the translator mark each translation job as "Complete".

Any idea why this is happening and how to resolve it?

Thanks!

Will Hinton

CommentFileSizeAuthor
Picture 3.jpg91.57 KBAnonymous (not verified)

Comments

Jimbo the Mighty’s picture

I recently ran ito similar problem - temp solution for me is to commentout
//'#attributes' => _icl_wrapper_form_create_attributes(array('disabled' => 'disabled')),

in ... modules/translation_management/icl_translate/icltranslate.editor_form.inc omn line 224 to exclude it from validation.

But I also would be happy about a real solution ;-)

d_m_r’s picture

Just wanted to say that i am running into similar problem in 6.x-1.30

Going to try to make user1 translator as temporary solution. ->edit: does not work (checked the permissions, too)
Otherwise i'll try commentout like suggested in #1 ->edit: does work! (able to save translations and use the dashboard status)

I think its a big deal on big sites, so i am going to manage somehow ;-)
Does anyone know the actual status of this problem?