From c69e68e25b519c7f9d2ad47cb0ae6fc90c0f016c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 14 Feb 2017 13:53:12 -0800 Subject: [PATCH 1/1] fix error message when an action isn't selected --- httemplate/edit/process/part_event.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/edit/process/part_event.html b/httemplate/edit/process/part_event.html index 6c6249cc1..4d52e7bc6 100644 --- a/httemplate/edit/process/part_event.html +++ b/httemplate/edit/process/part_event.html @@ -75,7 +75,7 @@ } ( $option => $value ); } - @{ $object->option_fields_listref }; + @{ $object->option_fields_listref || [] }; }, 'precheck_callback' => sub { -- 2.11.0