Bug #85002
openDate displayed inconsistency in BE for translated dates
0%
Description
Under TYPO3 8 LTS in BE, datetime display for translated pages doesn't follow the same one as everywhere in BE.
Datetime are all in hh:mm dd-mm-yyyy except when translating, the "original" date has dd-mm-yy hh:mm format. The one surrounded by class="t3-form-original-language" has time after date.
See image included for Page example.
Files
Updated by Mathias Brodala over 6 years ago
Technical background:
- datetime fields (
InputDateTimeElement
) useAbstractFormElement::formatValue()
with a hardcoded format ofH:i d-m-Y
. - default/source value display in translations (
OtherLanguageContent
) usesBackendUtility::getProcessedValue()
andBackendUtility::datetime()
with$GLOBALS['TYPO3_CONF_VARS']['SYS']['ddmmyy']
and$GLOBALS['TYPO3_CONF_VARS']['SYS']['hhmm']
.
Updated by Gerrit Code Review over 6 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/57041
Updated by Gerrit Code Review over 6 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/57041
Updated by Georg Ringer over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 17876dba48155ff82bd59ecd05cab3f8411fcb5d.
Updated by Gerrit Code Review over 6 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57087
Updated by Markus Klein over 6 years ago
- Status changed from Under Review to New
- % Done changed from 100 to 0
The fix above only streamlines the API usage but does not change the behaviour
Updated by Georg Ringer over 6 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 5f7a5abeef9012b5840b337dae4d4db53c1201cc.
Updated by Markus Klein over 6 years ago
- Status changed from Resolved to New
- % Done changed from 100 to 0
Updated by Riccardo De Contardi over 5 years ago
It seems still present on 10.0.0-dev (latest master) - checked with the [lastUpdated]
field
Updated by Riccardo De Contardi almost 4 years ago
the date is still displayed differently on 11.1.0-dev (latest master) - checked with the [lastUpdated] field
Updated by Riccardo De Contardi almost 4 years ago
- Category set to Backend User Interface
Updated by Benni Mack 5 months ago
- Related to Feature #91748: date format in backend is incorrect (German language) added
Updated by Benni Mack 5 months ago
- Related to Bug #104192: Not possible to change date format to US format anymore added