mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix key in event data
This commit is contained in:
parent
2742a36617
commit
bcbf43479a
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue