Bug #90693
closedMoving content element to other language in page module: Flag icon not updated
100%
Description
- Create a site with the languages "Default" and "German"
- Create a new page and translate it to german.
- Create a new content element in the default column.
- Go to the pages module in the "Languages" mode and move the content element with drag and drop to the "German" column.
The content element is correctly updated, but the flag is not updated. Only after you reload the pages module, you would see its new flag. Looks like a Javascript/UX issue.
Updated by Christian Eßl over 4 years ago
- Category changed from Backend User Interface to Backend JavaScript
Updated by Christian Eßl over 4 years ago
Since this change:
https://review.typo3.org/c/Packages/TYPO3.CMS/+/57970/
The page is only reloaded on copying records, not on simply moving records. (Gridelements btw. overrides this behaviour and always reloads the page, so you usually don't see this when using gridelements)
Side effect is, that the flag icon is never updated.
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63799
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63799
Updated by Gerrit Code Review over 4 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63799
Updated by Andreas Fernandez over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 268144f6b4df304904b1c8f8d429c763b41839e8.