stable

Clone or download

Read-only

request #11668 See times details by the widget

How to test : -> clic on details link to open the modal --> you can see all times, submission dates, project and artifact reference --> you can go on timetracking with the edit times link Change-Id: I66214cb93e3d7b035bd9e63f1f578dccbed9fc7c

Modified Files

Name
M plugins/timetracking/include/Timetracking/REST/v1/MinimalArtifactRepresentation.php +8 −3 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/TimetrackingRepresentation.php +6 −0 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/po/fr.po +21 −0 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/po/template.pot +21 −0 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/WidgetArtifactTable.vue +3 −1 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/WidgetArtifactTableRow.vue +53 −27 Go to diff View file
A plugins/timetracking/www/scripts/personal-timetracking-widget/src/WidgetModalRows.vue +25 −0 Go to diff View file
A plugins/timetracking/www/scripts/personal-timetracking-widget/src/WidgetModalTimes.vue +132 −0 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/rest-querier.js +5 −7 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/time-formatters.js +8 −10 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/time-formatters.spec.js +19 −13 Go to diff View file
M plugins/timetracking/www/themes/BurningParrot/css/_widget.scss +49 −0 Go to diff View file