This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user