Project

General

Profile

Actions

Bug #90749

open

Sortorder of translated records cannot be changed

Added by Gerfried no-lastname-given about 4 years ago. Updated over 3 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2020-03-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I am using Typo3 V 9.5.14
I have two languages - the standard language and one translation.

I have tried with both translation modes: copy and connected

Copy Mode:
Does not work at all - only the standard language is displayed in the frontend. Seems to run the fallback.

Connected Mode:
The frontend shows the content elements in the correct language. Now I move some content elements within the translated language (I just change their order).
That works well in the backend. However the sort order of the content elements in the FE is not what it is in the BE - it uses the sort order of the original language, not of the translated one.

This is my site configuration:

base: 'http://www.mywebsite.at/'
baseVariants: {  }
errorHandling:
  -
    errorCode: '404'
    errorHandler: Page
    errorContentSource: 't3://page?uid=74'
languages:
  -
    title: 'Deutsch AT'
    enabled: true
    base: 'https://www.mywebsite.at/'
    typo3Language: default
    locale: da_AT.UTF8
    iso-639-1: de
    navigationTitle: 'Deutsch AT'
    hreflang: de-AT
    direction: ''
    flag: at
    languageId: '0'
  -
    title: 'Deutsch DE'
    enabled: true
    base: 'https://www.mywebsite.de/'
    typo3Language: de
    locale: de_DE.UTF8
    iso-639-1: de
    navigationTitle: 'Deutsch DE'
    hreflang: de-DE
    direction: ''
    fallbackType: fallback
    fallbacks: '0'
    flag: de
    languageId: '1'
rootPageId: 1
routeEnhancers:
  PageTypeSuffix:
    type: PageType
    default: /
    suffix: /
    index: ''
    map:
      sitemap.xml: 1533906435
      /: 0
routes: {  }

imports:
  - { resource: "EXT:myname_news/Configuration/Routes/Enhancer.yaml" }
  - { resource: "EXT:myname_jobs/Configuration/Routes/Enhancer.yaml" }
Actions #1

Updated by Gerfried no-lastname-given about 4 years ago

The Copy Mode problem might be related to this issue: https://forge.typo3.org/issues/86762

Actions #2

Updated by Gerfried no-lastname-given about 4 years ago

When I change the fallbackType to "strict", the sort order works - but this is not what I want.

Actions #3

Updated by Bastian Bringenberg about 4 years ago

  • Project changed from 9 to TYPO3 Core
  • Category deleted (Content)
  • Target version deleted (unknown)
  • TYPO3 Version set to 9

Moved to correct project.

Actions #4

Updated by Riccardo De Contardi about 4 years ago

  • Category set to Localization
Actions #5

Updated by Jo Hasenau over 3 years ago

Sorting of translated records should only be possible within the "free mode", while in "connected mode" the default language got the lead over the whole structure of pages, content and other child records.

So the question would be, how you were able to change the sorting of connected translations in the first place.

Actions

Also available in: Atom PDF