fix error message when an action isn't selected
authorIvan Kohler <ivan@freeside.biz>
Tue, 14 Feb 2017 21:53:12 +0000 (13:53 -0800)
committerIvan Kohler <ivan@freeside.biz>
Tue, 14 Feb 2017 21:53:12 +0000 (13:53 -0800)
httemplate/edit/process/part_event.html

index 6c6249c..4d52e7b 100644 (file)
@@ -75,7 +75,7 @@
             }
             ( $option => $value );
           }
-          @{ $object->option_fields_listref };
+          @{ $object->option_fields_listref || [] };
 
     },
     'precheck_callback' => sub {