stable
Clone or download
Read-only
part of story #14824 change color of "none" value How to test: Forge the table tracker_field_list_bind_decorator and add a color for 100 value for any type of field. Cumulative flow should always display the none color regardless of the field type. Change-Id: Ib95441212a4ecb36f345b52a6b71a1e3dfe41e9f
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/graphontrackersv5/include/data-transformation/CumulativeFlowColumnBuilder.php | +113 | −0 | Go to diff View file |
A | plugins/graphontrackersv5/include/data-transformation/CumulativeFlowDAO.php | +48 | −0 | Go to diff View file |
M | plugins/graphontrackersv5/include/data-transformation/GraphOnTrackersV5_CumulativeFlow_DataBuilder.class.php | +36 | −77 | Go to diff View file |
A | plugins/graphontrackersv5/tests/unit/data-transformation/CumulativeFlowColumnBuilderTest.php | +217 | −0 | Go to diff View file |