stable
Clone or download
Read-only
Merge commit 'refs/changes/34/14634/9' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #13221 Let user chose to display or hide void trackers on Timetracking overview Change-Id: I9f0e56edfa72c35c35c37f0c0beaef4d8b820680
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/include/Timetracking/Widget/TimeTrackingOverview.php | +6 | −2 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Widget/TimetrackingOverviewPresenter.php | +8 | −2 | Go to diff View file |
M | plugins/timetracking/templates/timetracking-overview.mustache | +1 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/site-content/po/fr.po | +6 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/timetracking-overview-widget/src/api/rest-querier.js | +14 | −2 | Go to diff View file |
M | plugins/timetracking/www/scripts/timetracking-overview-widget/src/components/TimeTrackingOverview.vue | +5 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/timetracking-overview-widget/src/components/TimeTrackingOverviewTable.vue | +19 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/timetracking-overview-widget/src/components/TimeTrackingOverviewTableRow.vue | +6 | −2 | Go to diff View file |
M | plugins/timetracking/www/scripts/timetracking-overview-widget/src/index.js | +5 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/timetracking-overview-widget/src/store/actions.js | +15 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/timetracking-overview-widget/src/store/mutations.js | +12 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/timetracking-overview-widget/src/store/state.js | +2 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/timetracking-overview-widget/src/tests/components/TimetrackingOverviewTable.spec.js | +2 | −0 | Go to diff View file |