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