mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #3504 from pypeclub/bugfix/traypublisher_fill_host_name
TrayPublisher: Make sure host name is filled
This commit is contained in:
commit
85c6a3a2d5
5 changed files with 62 additions and 52 deletions
|
|
@ -102,6 +102,10 @@ class BaseCreator:
|
|||
|
||||
return self.create_context.project_name
|
||||
|
||||
@property
|
||||
def host(self):
|
||||
return self.create_context.host
|
||||
|
||||
def get_group_label(self):
|
||||
"""Group label under which are instances grouped in UI.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue