cuba-platform / reports

CUBA Reports Addon
https://www.cuba-platform.com/
Apache License 2.0
9 stars 4 forks source link

Report wizard creates parameters with "Date" type where "Date and time" should be used #211

Closed alexbudarov closed 4 years ago

alexbudarov commented 5 years ago

Environment

Description of the bug or enhancement

Then check report parameters. Parameter has type "Date" although SessionLogEntry#startedTs has temporal type "Date and time", and query editor shown "Default value" field as date+ time: image

Expected: parameter has "Date and time" type.

Updates

Fixed display of parameters for running a report. Now fields with @TemporalType annotation are correctly displayed.