Expected: If a space has one or more languages and a page is translated to all languages, I don't want to have this page listed as a not translated page (e.g. in the old Translation Reporting Dashboard or in the new Translation Report dialog).
Actual behaviour: If I have a space with one additional language (= default lang. + another one), the Translation Reporting Dashboard or Translation Report dialog behave as expected. If a space has more than one additional language (= default lang. + at least two additional lang.), both are showing a fully translated page (= page is available in default lang. + the other ones) in their list of not translated pages.
What to do: Check the behaviour of our REST endpoint in TranslationResource -> queryTranslationByStatus which returns the wrong result and adds translated pages to the list of untranslated ones.
Expected:
If a space has one or more languages and a page is translated to all languages, I don't want to have this page listed as a not translated page (e.g. in the old Translation Reporting Dashboard or in the new Translation Report dialog).
Actual behaviour:
If I have a space with one additional language (= default lang. + another one), the Translation Reporting Dashboard or Translation Report dialog behave as expected. If a space has more than one additional language (= default lang. + at least two additional lang.), both are showing a fully translated page (= page is available in default lang. + the other ones) in their list of not translated pages.
What to do:
Check the behaviour of our REST endpoint in TranslationResource -> queryTranslationByStatus which returns the wrong result and adds translated pages to the list of untranslated ones.
Reproduce:
Translation Reporting Dashboard can already be tested here: https://staging.k15t.com/spaces/com.k15t.scroll.platform/spaceadmin.action?key=TESNEW#/translation-dashboard
Note: This probably affects a lot older versions, too.