We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33489d7 + f3cc1fc commit b913bf4Copy full SHA for b913bf4
diracx-logic/src/diracx/logic/jobs/query.py
@@ -88,7 +88,10 @@ async def summary(
88
body: SummaryParams,
89
):
90
"""Show information suitable for plotting."""
91
- if not config.Operations["Defaults"].Services.JobMonitoring.GlobalJobsInfo:
+ if (
92
+ not config.Operations["Defaults"].Services.JobMonitoring.GlobalJobsInfo
93
+ and preferred_username
94
+ ):
95
body.search.append(
96
{
97
"parameter": "Owner",
0 commit comments