📋 Metadata
- Author: roaoao
- Date: 2021-01-16 08:46:48
- Type:
answer - Reply to: post_03737
- Replies (1): post_03747
💬 Content
Craig_Holland:
Is there a way to get the panel groups in the filter area of the workspace filters under tools?
Nice idea. Will add in one of the next versions.
Craig_Holland:
I’d like to have certain panel groups created in PME only show up when in certain workspaces.
In the current version you can use this code in poll method:
return C.workspace.name in ["Workspace 1", "Workspace 2"]
❤️ 4 likes