Include EndDateTimeShort in event ajax response

This commit is contained in:
Isaac Connor 2022-02-17 13:30:01 -05:00
parent 8822463ac7
commit aaf391fc65
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,7 @@ $statusData = array(
'StartTimeShort' => array( 'sql' => 'date_format( StartDateTime, \''.MYSQL_FMT_DATETIME_SHORT.'\' )' ),
'StartDateTimeShort' => array( 'sql' => 'date_format( StartDateTime, \''.MYSQL_FMT_DATETIME_SHORT.'\' )' ),
'EndDateTime' => true,
'EndDateTimeShort' => array( 'sql' => 'date_format( EndDateTime, \''.MYSQL_FMT_DATETIME_SHORT.'\' )' ),
'Width' => true,
'Height' => true,
'Length' => true,
@ -140,6 +141,7 @@ $statusData = array(
'StartTimeShort' => array( 'sql' => 'date_format( StartDateTime, \''.MYSQL_FMT_DATETIME_SHORT.'\' )' ),
'StartDateTimeShort' => array( 'sql' => 'date_format( StartDateTime, \''.MYSQL_FMT_DATETIME_SHORT.'\' )' ),
'EndDateTime' => true,
'EndDateTimeShort' => array( 'sql' => 'date_format( EndDateTime, \''.MYSQL_FMT_DATETIME_SHORT.'\' )' ),
'Width' => true,
'Height' => true,
'Length' => true,