From 5a8273fd5bb5387e27c725a0d09d19ec66c52846 Mon Sep 17 00:00:00 2001 From: Christopher Vollick <0@psycoti.ca> Date: Wed, 25 Aug 2021 17:02:33 -0400 Subject: [PATCH] Allow Next on Picker Form Execute works, but next is more right --- sgx_jmp.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/sgx_jmp.rb b/sgx_jmp.rb index ef794729b5ef361d31c53036390ab881924d4aef..56dc740a39373be0b4b64572ee66c847bf66ce42 100644 --- a/sgx_jmp.rb +++ b/sgx_jmp.rb @@ -582,6 +582,7 @@ Command.new( customer_info = CustomerInfoForm.new Command.reply { |reply| + reply.allowed_actions = [:next] reply.command << customer_info.picker_form }.then { |response| customer_info.find_customer(response)