Workout form submission confirmation.

Commit
d3acd33e2a13219792d27b663d0f3e4aa03575bd
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
src/MyFitnessTracker/MFTWorkoutForm.class.st
index b281eb70..df7c09db 100644..100644
@@ -37,8 +37,9 @@
37 37 MFTWorkoutForm >> submitForm [
38 38
39 39 modelObject setGroups ifEmpty: [
40 Removed: (self call: MFTConfirmForm new emptySetGroups) ifFalse: [
41 Removed: self answer: nil ] ].
40 Added: (self call:
41 Added: (MFTConfirmForm new modelObject: 'No exercises were specified.'))
42 Added: ifFalse: [ self answer: nil ] ].
42 43
43 44 self answer: modelObject
44 45 ]