This commit is contained in:
2020-10-23 15:23:56 +00:00
parent fd5b9b418a
commit a50b60d777
3 changed files with 22 additions and 18 deletions

View File

@@ -67,7 +67,9 @@ async function clickHandler(menuItem) {
});
break;
case "extensions":
let res = await m.vm.$refs.extensions.open();
let res = await m.vm.$refs.extensions.open(
m.vm.$refs.gzdatatable.getDataListSelection(window.$gz.type.Widget)
);
break;
case "report":
if (m.id != null) {