From a0d97701c9ddab0ab9977976cb8b0363f41d0798 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Wed, 24 Sep 2025 12:25:36 +0200 Subject: [PATCH] use correct key to get action label --- client/ayon_core/tools/launcher/ui/actions_widget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/tools/launcher/ui/actions_widget.py b/client/ayon_core/tools/launcher/ui/actions_widget.py index 67a8bca787..31b303ca2b 100644 --- a/client/ayon_core/tools/launcher/ui/actions_widget.py +++ b/client/ayon_core/tools/launcher/ui/actions_widget.py @@ -990,7 +990,7 @@ class ActionsWidget(QtWidgets.QWidget): event["addon_name"], event["addon_version"], ), - event["action_label"], + event["full_label"], form_data, )