Update run-python-action permission to allow open_path command

This commit is contained in:
2026-05-07 19:15:10 +02:00
parent 37333b5b27
commit 52e229bc6f

View File

@@ -1,4 +1,4 @@
[[permission]]
identifier = "run-python-action"
description = "Allow the UI to invoke the Python backend"
commands.allow = ["run_python_action"]
commands.allow = ["run_python_action", "open_path"]