jmix icon indicating copy to clipboard operation
jmix copied to clipboard

UiReportRunner should not display report parameters window if all parameters are hidden

Open gorbunkov opened this issue 2 years ago • 0 comments

Jmix: 1.3.4

  1. Create any report with a single report parameter
  2. Make this parameter hidden
  3. Run the report using UiReportRunner:
uiReportRunner.byReportCode("report1")
         .withParametersDialogShowMode(ParametersDialogShowMode.IF_REQUIRED) //default behavior
         .runAndShow();

ER: no report parameters dialog will be displayed

AR: empty parameters dialog displayed image

See forum topic

gorbunkov avatar Oct 18 '22 16:10 gorbunkov