- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
  Not Evaluated                     
     - 
    Qt Creator 15.0.0
 - 
    None
 
- 
        fe2a3bda6 (16.0)
 
To display the data of the cells of the issue table, the raw value has to be converted to a human readable string.
In the current implementation, only the ID column is special cased.
Each column has a type: ColumnInfoDto.type. Depending on this type, the conversion to the display string has to be adapted.
- path: `filename.extension [C:/path/to/file/]` (Separator is always `/`)
 - tags: elements of the tag list joined with `", "`
 - number:
	
- null: empty string
 - string `Infinity`, `-Infinity, or `NaN`: could be displayed as is
 - If the number's fractional part is 0, render it as decimal integer, otherwise as decimal floating point value, preferable not in exponential notation
 
 - boolean: ColumnInfoDto.typeOptions should be used. A value of false should take index 0, true index 1. ColumnTypeOptionDto.key is the string to show the user.
 - state, string: just display them as they are (nulls are converted to an empty string)
 
- is duplicated by
 - 
                    
QTCREATORBUG-32378 Render Values of the "Suppressed" column as Yes/No
-         
     - Closed
 
 -         
 
- resulted from
 - 
                    
QTCREATORBUG-32012 Higher Issue-Ids are displayed as floating point although they definitively should fit in an integer type
-         
     - Closed
 
 -         
 
- mentioned in
 - 
                    
Page Loading...