Fix: Gentle Wake Up requires contact input for Contact Book users

This commit is contained in:
vlaminck
2016-07-22 08:16:42 -05:00
parent 863c49ffd4
commit 1b385afa5b

View File

@@ -237,7 +237,7 @@ def completionPage() {
}
section("Notifications") {
input("recipients", "contact", title: "Send notifications to") {
input("recipients", "contact", title: "Send notifications to", required: false) {
input(name: "completionPhoneNumber", type: "phone", title: "Text This Number", description: "Phone number", required: false)
input(name: "completionPush", type: "bool", title: "Send A Push Notification", description: "Phone number", required: false)
}