Merge pull request #1070 from vlaminck/DVCSMP-1904

Fix: Gentle Wake Up requires contact input for Contact Book users [DVCSMP-1904]
This commit is contained in:
Steve Vlaminck
2016-07-22 08:23:51 -05:00
committed by GitHub

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)
}