This commit is contained in:
2020-09-01 19:00:44 +00:00
parent 5f5585eae7
commit fd0756e5fe

View File

@@ -638,12 +638,10 @@ async function clickHandler(menuItem) {
} else {
//general report selector chosen
let res = await m.vm.$refs.reportSelector.open(
window.$gz.type.Widget,
{
selectedRowIds: [m.vm.obj.id]
}
);
let res = await m.vm.$refs.reportSelector.open({
ObjectType: window.$gz.type.Widget,
selectedRowIds: [m.vm.obj.id]
});
//if null for no selection
//just bail out