This commit is contained in:
@@ -76,13 +76,11 @@ async function clickHandler(menuItem) {
|
||||
params: { recordid: m.id, ayatype: window.$gz.type.Widget }
|
||||
});
|
||||
} else {
|
||||
//general report selector chosen
|
||||
console.log(m.vm.$refs.gzdatatable.getRowIds());
|
||||
return;
|
||||
//general report selector chosen
|
||||
|
||||
let res = await m.vm.$refs.reportSelector.open(
|
||||
window.$gz.type.Widget,
|
||||
[m.vm.getSelection()]
|
||||
m.vm.$refs.gzdatatable.getDataTableSourceOptions()
|
||||
);
|
||||
|
||||
//if null for no selection
|
||||
|
||||
Reference in New Issue
Block a user