diff --git a/openpype/tools/push_to_project/control_context.py b/openpype/tools/push_to_project/control_context.py index 02f1da6733..e4058893d5 100644 --- a/openpype/tools/push_to_project/control_context.py +++ b/openpype/tools/push_to_project/control_context.py @@ -356,7 +356,7 @@ class UserPublishValues: self._event_system.emit( "comment.changed", { - "new_asset_name": comment, + "comment": comment, "changes": { "comment": {"new": comment, "old": old_comment} }