cuba-platform / reports

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

Ability to use screen as a frame in legacy API #185

Closed jreznot closed 5 years ago

jreznot commented 5 years ago

Environment

Description of the bug or enhancement

Caused by https://github.com/cuba-platform/cuba/issues/2109

ChartEditFrame.java:197: error: incompatible types: Frame cannot be converted to AbstractFrame
        AbstractFrame frame = openFrame(previewBox, ShowChartController.JSON_CHART_SCREEN_ID,
                                       ^