Index: branches/5.2.x/core/units/scheduled_tasks/scheduled_tasks_config.php =================================================================== diff -u -N -r15433 -r15565 --- branches/5.2.x/core/units/scheduled_tasks/scheduled_tasks_config.php (.../scheduled_tasks_config.php) (revision 15433) +++ branches/5.2.x/core/units/scheduled_tasks/scheduled_tasks_config.php (.../scheduled_tasks_config.php) (revision 15565) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => NULL), - 'RunTime' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), + 'RunTime' => Array ( + 'type' => 'int', + 'formatter' => 'kDateFormatter', 'date_format' => '', 'input_date_format' => '', 'time_format' => 'H:i:s', 'use_timezone' => 0, + 'not_null' => 1, 'default' => 0 + ), 'Timeout' => Array ( 'type' => 'int', 'min_value_inc' => 1, @@ -154,7 +158,7 @@ 'Event' => Array ('filter_block' => 'grid_like_filter', 'width' => 280), 'RunSchedule' => Array ('filter_block' => 'grid_range_filter', 'width' => 100), 'LastRunOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 145), - 'RunTime' => Array ('filter_block' => 'grid_range_filter', 'width' => 100), + 'RunTime' => Array ('data_block' => 'grid_runtime_td', 'filter_block' => 'grid_range_filter', 'width' => 100), 'LastRunStatus' => Array ('filter_block' => 'grid_options_filter', 'width' => 90), 'NextRunOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 145), 'Status' => Array ('filter_block' => 'grid_options_filter', 'width' => 65),