This commit is contained in:
2019-06-12 19:56:14 +00:00
parent 03d4b11394
commit dce45378da
3 changed files with 15 additions and 7 deletions

View File

@@ -184,8 +184,10 @@ function clickHandler(menuItem) {
m.vm.duplicate();
break;
case "report":
var reportList = m.vm.$gzreport.availableReports("WIDGET");
var selectedItem = reportList[0].value;
m.vm.$gzdialog
.getReportChoice(m.vm, m.vm.$gzreport.availableReports("WIDGET"))
.getReportChoice(m.vm, reportList, selectedItem)
.then(result => {
m.vm.$gzevent.$emit(
"notify-success",