fix: use correct filter for dashboard

This commit is contained in:
sokumon 2025-11-27 17:03:52 +05:30
parent 8bf734bb4a
commit 632eb8e50b

View file

@ -205,7 +205,7 @@ def remove_orphan_entities():
"Workspace": {"public": 1},
"Page": {"standard": "Yes"},
"Report": {"is_standard": "Yes"},
"Dashboard": {"is_standard": False},
"Dashboard": {"is_standard": True},
}
for entity in entites:
print(f"Removing orphan {entity}s")