stable
Clone or download
Read-only
request #26409 Timetracking : date must respect user preferences
In timetracking (in artifact view and personal time widget details modal), data are in English format, whatever your language. Change-Id: Ida6a43ed63a55904c3b45225b6637c934ff21b4b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/include/Timetracking/Time/TimePresenterBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/TimetrackingWidget.vue | +2 | −0 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalArtifactInfo.vue | +7 | −3 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalRow.vue | +7 | −2 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/index.js | +1 | −0 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/store/mutations.js | +4 | −0 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/store/state.js | +1 | −0 | Go to diff View file |
M | plugins/timetracking/scripts/time-formatters.js | +8 | −3 | Go to diff View file |
M | plugins/timetracking/scripts/time-formatters.test.js | +17 | −6 | Go to diff View file |