diff --git a/client/ayon_core/plugins/loader/push_to_project.py b/client/ayon_core/plugins/loader/push_to_project.py index ef1908f19c..4435ecf0c6 100644 --- a/client/ayon_core/plugins/loader/push_to_project.py +++ b/client/ayon_core/plugins/loader/push_to_project.py @@ -13,6 +13,8 @@ from ayon_core.pipeline.actions import ( class PushToProject(LoaderActionPlugin): + identifier = "core.push-to-project" + def get_action_items( self, selection: LoaderActionSelection ) -> list[LoaderActionItem]: