This commit is contained in:
@@ -1162,6 +1162,8 @@ async function fetchReportData(vm) {
|
||||
reportDataOptions["includeWoItemDescendants"] =
|
||||
vm.obj.includeWoItemDescendants;
|
||||
|
||||
//reportDataOptions["reportDesignerSample"] = true; //used to indicate to server that it should limit the rows returned to a sensible level
|
||||
|
||||
let res = await window.$gz.api.upsert("report/data", reportDataOptions);
|
||||
//We never expect there to be no data here
|
||||
if (!res.hasOwnProperty("data")) {
|
||||
|
||||
Reference in New Issue
Block a user