From 863ef1994806855a881130638fa6e70a3ee65e5c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 14 Feb 2017 13:53:14 -0800 Subject: [PATCH] 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.20.1