Merge pull request #71 from digital-gnome/storageareas-datpickerfixes

Fix missing change to StartDateTime
This commit is contained in:
Isaac Connor 2017-12-20 15:56:17 -05:00 committed by GitHub
commit efc7b7d85a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ $eventCounts = array(
'filter' => array(
'Query' => array(
'terms' => array(
array( 'attr' => 'DateTime', 'op' => '>=', 'val' => '-1 hour' ),
array( 'attr' => 'StartDateTime', 'op' => '>=', 'val' => '-1 hour' ),
)
)
),