Actions
Bug #84455
closedTypoScript wrong autocompletion in editor for numberFormat
Start date:
2018-03-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Hello Core-Team,
I'm just writing following TypoScript:
page.123 = TEXT page.123.value = 2547.1 page.123.numberFormat.decimals = 2 page.123.numberFormat.dec_point = , page.123.numberFormat.
While typing the last dot, TYPO3 suggests me to insert the property thousand_sep, which is a not existing property. The correct name is thousands_sep.
Stefan
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/56336
Updated by Gerrit Code Review over 6 years ago
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/56337
Updated by Stefan Froemken over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 67c2387b032ed5874b0f0c17c14847a170a5808e.
Actions