mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use new method in publish controller
This commit is contained in:
parent
739d459e74
commit
ec0327f44f
1 changed files with 1 additions and 4 deletions
|
|
@ -1839,10 +1839,7 @@ class PublisherController(BasePublisherController):
|
|||
def _collect_creator_items(self):
|
||||
# TODO add crashed initialization of create plugins to report
|
||||
output = {}
|
||||
task_type = None
|
||||
current_task_entity = get_current_task_entity()
|
||||
if current_task_entity:
|
||||
task_type = current_task_entity["taskType"]
|
||||
task_type = self._create_context.get_current_task_type()
|
||||
allowed_creator_identifiers = self._get_allowed_creator_identifiers(
|
||||
self.current_project_settings,
|
||||
self._create_context.host_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue