Merged PR 2352: adjusted query to only show published
adjusted query to only show published Related work items: #23447
This commit is contained in:
@@ -75,7 +75,7 @@ import { statusValues } from "../../../components/utils/caseStagesObj";
|
|||||||
|
|
||||||
export default async function ApiProxy(req, res) {
|
export default async function ApiProxy(req, res) {
|
||||||
const queryUrl =
|
const queryUrl =
|
||||||
"incidents?$apply=groupby((statuscode),aggregate($count as caseCount))";
|
"incidents?$apply=groupby((statuscode),aggregate($count as caseCount))&$filter=pinswg_publishtoweb eq true";
|
||||||
|
|
||||||
return relayGet({
|
return relayGet({
|
||||||
queryUrl,
|
queryUrl,
|
||||||
|
|||||||
Reference in New Issue
Block a user