Actions
Bug #83816
closedCE table empties cells with "0" in it
Status:
Closed
Priority:
Must have
Assignee:
Category:
Fluid Styled Content
Target version:
Start date:
2018-02-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Today I migrated a page from 7.6 and CSC to 8.7 and FSC. There were many CE table on that page looking like that (these are schedules):
|Mittwoch|Donnerstag|Freitag Uhr||| 10||00|50 12||00|50 14|00|50|50 16|00|50| 18|00|50| 20|00|50|
With CSC all was fine, but with FSC all cells with "00" will be emptied! I have to prepand a sign (like ":", but not ".") to prevent emptiing of the cells.
I tried to investigate where the cells are beeing emptied, maybe somewhere in CsvUtility, but I don't know.
Actions