mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'master' into 'master'
Fix date range shown in reverse in MDM Reports See merge request entgra/carbon-device-mgt!788
This commit is contained in:
commit
4cfd56efa0
@ -315,7 +315,7 @@ public class ReportManagementServiceImpl implements ReportManagementService {
|
|||||||
}
|
}
|
||||||
//Map date blocks and counts
|
//Map date blocks and counts
|
||||||
resultObject.addProperty(
|
resultObject.addProperty(
|
||||||
dateFormat.format(endDate) + " - " + dateFormat.format(previousDate), sum);
|
dateFormat.format(previousDate) + " - " + dateFormat.format(endDate), sum);
|
||||||
endDate = previousDate;
|
endDate = previousDate;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user