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