stable

Clone or download

Read-only

request #11825 Add times via REST route part Modal modifications

You can now add new times in detailed time's modal click on add button to open add mode Enter a date, a step (or not) and a time with the good format if success -> positiv message appear and you can see the time in the time's table if error -> negativ message appear and the time is not added if you don't use the good format, the time is not updated and you got an error message Change-Id: I1a47882945212527b4482b98cfd85bc8b0b265af

Modified Files

Name
M plugins/timetracking/www/scripts/personal-timetracking-widget/po/fr.po +9 −0 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/po/template.pot +9 −0 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/api/rest-querier.js +22 −3 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/api/rest-querier.spec.js +29 −1 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTableRow.vue +3 −1 Go to diff View file
A plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalAddTime.vue +96 −0 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.vue +18 −5 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.vue +6 −2 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.vue +5 −2 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/actions.js +35 −3 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/actions.spec.js +91 −2 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/getters.spec.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/mutations.js +28 −29 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/mutations.spec.js +27 −48 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/state.js +5 −0 Go to diff View file
M plugins/timetracking/www/themes/BurningParrot/css/_widget.scss +13 −0 Go to diff View file