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 { } else {
//general report selector chosen //general report selector chosen
let res = await m.vm.$refs.reportSelector.open( let res = await m.vm.$refs.reportSelector.open({
window.$gz.type.Widget, ObjectType: window.$gz.type.Widget,
{ selectedRowIds: [m.vm.obj.id]
selectedRowIds: [m.vm.obj.id] });
}
);
//if null for no selection //if null for no selection
//just bail out //just bail out