this.durationTime = new c({
element: this.$("input[name=duration-time-" + this.uuid + "]"),
maxValue: 1e5,
required: !0,
minValue: 1,
typeFormat: "integer",
reporter: new l({
message: function(e, t) {
return n.localize("validation.activity.distance.invalid", e)
},
position: "right",
element: this.$("input[name=duration-time-" + this.uuid + "]")
})
this.durationTime = new c({
element: this.$("input[name=duration-time-" + this.uuid + "]"),
maxValue: 1e5,
required: !0,
minValue: 0,
typeFormat: "integer",
reporter: new l({
message: function(e, t) {
return n.localize("validation.activity.distance.invalid", e)
},
position: "right",
element: this.$("input[name=duration-time-" + this.uuid + "]")
})
Garmin, The problem is in modern/main/js/pages/workouts/steps/EditableStepView.js
The following code:
Should be:
Or something else rather than 1!!!!
I tested this and it fixes the issue.
Sorry but what is now "unacceptable" ? Clearly unfortunate this has happened of course but several Garmin employees have come to say they acknowledge the issue and it is being worked on. As has been pointed the fix ought to be straight forward so let's hope it is resolved soon.
In mean time, I suggest it ought to be possible to get workouts on your devices with intervals less than a minute with Garmin Training Center.