Translation jobs not visible on translators dashboard
I installed TranslationManager version 2.1.5 on an Umbraco 7.12.3. The creation of translation jobs work. However, no jobs are showing on the dashboard of a user that was assigned the "Translators" group. What did I miss?
Can you see the jobs in the Translation Manager - Submitted section ?
Where they created with the Translator Dashboard View ?
To appear in the "Translator" section they have to be created with the Translator Dashboard provider.
by default (with no changes) a translator should be able to see all languages on the dashboard, but if you have restricted any of the translator languages (right click on the language in Translator Dashboard pick Language Access - then you might have to give the user permissions to see the languages you want them to have access to.
Yes I can see the job, in fact I can edit the job as an admin (as expected). Yes the jobs were created using the Translator Dashboard. So when I do a "Send to Translate" and selected a language, I got the "Send to translate" view having "using Translator Dashboard".
I haven't restricted access to any language. Anyway, I tried explicitly assigning a user to a language but that doesn't help.
Hi Kevin, there are no errors in the dev console. When I click on the Translator icon the GetLanguageCounts is triggered. It returned with an empty array as a response. That may be where the problem is? So I edited the access of the translator and added the Administrator group. I then logged-in back as the translator and then I have all the sections available. I edited back the groups and removed Administrator so that the translator only has access to the Translator section. That did the trick, as a translator-user I am able to see the translation jobs.
Oops. I spoke too soon. Looks like the permission was cached. I logged out and in again and this time I got an empty Translator section again. The GetLanguageCounts results into an empty array again. I tried adding the Content section to the Translators group thinking it might trigger something but it did not help.
Translation jobs not visible on translators dashboard
I installed TranslationManager version 2.1.5 on an Umbraco 7.12.3. The creation of translation jobs work. However, no jobs are showing on the dashboard of a user that was assigned the "Translators" group. What did I miss?
Hi Von,
Can you see the jobs in the Translation Manager - Submitted section ? Where they created with the Translator Dashboard View ?
To appear in the "Translator" section they have to be created with the Translator Dashboard provider.
by default (with no changes) a translator should be able to see all languages on the dashboard, but if you have restricted any of the translator languages (right click on the language in Translator Dashboard pick Language Access - then you might have to give the user permissions to see the languages you want them to have access to.
Hi Kevin,
Yes I can see the job, in fact I can edit the job as an admin (as expected). Yes the jobs were created using the Translator Dashboard. So when I do a "Send to Translate" and selected a language, I got the "Send to translate" view having "using Translator Dashboard".
I haven't restricted access to any language. Anyway, I tried explicitly assigning a user to a language but that doesn't help.
Anything else I missed?
Hi
Just check they have access to the right translator section
the 'Translation' one is the inbuilt umbraco one, "Translator" is the one they should have access to
if they are in the "translator" group then this will by default be pointing to the umbraco section not the Translation Manager one.
Kevin
Yes I added that, see below.
Here's what I have when logged in as the translator.
Hi
are there any errors in the browser developer console ?
Kevin
Hi Kevin, there are no errors in the dev console. When I click on the Translator icon the GetLanguageCounts is triggered. It returned with an empty array as a response. That may be where the problem is? So I edited the access of the translator and added the Administrator group. I then logged-in back as the translator and then I have all the sections available. I edited back the groups and removed Administrator so that the translator only has access to the Translator section. That did the trick, as a translator-user I am able to see the translation jobs.
Oops. I spoke too soon. Looks like the permission was cached. I logged out and in again and this time I got an empty Translator section again. The GetLanguageCounts results into an empty array again. I tried adding the Content section to the Translators group thinking it might trigger something but it did not help.
is working on a reply...