Merge pull request #36411 from sokumon/workspace-issues

This commit is contained in:
Soham Kulkarni 2026-01-28 16:09:10 +05:30 committed by GitHub
commit 2f570e9d63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -203,7 +203,7 @@ def remove_orphan_entities():
entites = ["Workspace", "Dashboard", "Page", "Report"]
app_level_entities = ["Workspace Sidebar", "Desktop Icon"]
entity_filter_map = {
"Workspace": {"public": 1},
"Workspace": [{"public": 1, "module": ["is", "set"], "app": ["is", "set"]}],
"Page": {"standard": "Yes"},
"Report": {"is_standard": "Yes"},
"Dashboard": {"is_standard": True},