You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is going to be found in BigTalker 1.1.5 on line 1660. I don't think the expression required: (!(settings.defaultStartTime == null)) is being evaluated as I expected in this line: input "defaultEndTime", "time", title: "Don't talk after: ", required: (!(settings.defaultStartTime == null)), submitOnChange: true
Will likely need to change to: required: ((settings.defaultStartTime != null && settings.defaultStartTime != "") ? true : false)
The "optional" Volume, "Do not talk before", and "Do not talk after" settings on the Configure Defaults page seem to be required.
Reported 2/1/2016 by STCommunity:gcortes
The text was updated successfully, but these errors were encountered: