stable
Clone or download
Read-only
Part of story #11253 - get a consolidate view of my timesheeting in my personal dashboard How to test: - In the widget: --> Times are now aggregated by artifact Change-Id: I23f8faac3bbddf4689c20f9daa21b7dba35d09a2
Modified Files
Name | ||||
---|---|---|---|---|
M | include/Timetracking/REST/v1/TimetrackingRepresentationBuilder.php | +1 | −1 | Go to diff View file |
M | include/Timetracking/REST/v1/TimetrackingResource.php | +1 | −1 | Go to diff View file |
M | include/Timetracking/Time/TimeDao.php | +3 | −2 | Go to diff View file |
M | include/Timetracking/Time/TimeRetriever.php | +8 | −4 | Go to diff View file |
M | tests/rest/Timetracking/TimetrackingTest.php | +10 | −2 | Go to diff View file |
M | www/scripts/personal-timetracking-widget/src/WidgetArtifactTable.spec.js | +18 | −14 | Go to diff View file |
M | www/scripts/personal-timetracking-widget/src/WidgetArtifactTable.vue | +10 | −7 | Go to diff View file |
M | www/scripts/personal-timetracking-widget/src/WidgetArtifactTableRow.vue | +22 | −7 | Go to diff View file |
M | www/scripts/personal-timetracking-widget/src/rest-querier.spec.js | +7 | −5 | Go to diff View file |