stable
Clone or download
Read-only
request #13817 Burnup representation must not contains wrongly cached values
Given the burnup cache bug (see request #13816), the burnup representation builder must only retrieve from the cache values that are in the milestone timeperiod. Change-Id: I34da3e30c2a19e82eb9e22ef228b3d4ce40a12be
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup/CountElementsCacheDao.php | +5 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheDao.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupDataBuilder.php | +7 | −2 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/FormElement/BurnupDataBuilderTest.php | +4 | −4 | Go to diff View file |