mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge branch 'feature/OP-4194_Remote-publisher-controller' into feature/OP-4239_Multiselection-in-card-view
This commit is contained in:
commit
8aeb8974ad
2 changed files with 3 additions and 2 deletions
|
|
@ -1096,7 +1096,8 @@ class CreateContext:
|
|||
and creator_class.host_name != self.host_name
|
||||
):
|
||||
self.log.info((
|
||||
"Creator's host name is not supported for current host {}"
|
||||
"Creator's host name \"{}\""
|
||||
" is not supported for current host \"{}\""
|
||||
).format(creator_class.host_name, self.host_name))
|
||||
continue
|
||||
|
||||
|
|
|
|||
|
|
@ -287,7 +287,7 @@ class HostToolsHelper:
|
|||
|
||||
def show_publisher_tool(self, parent=None, controller=None):
|
||||
with qt_app_context():
|
||||
dialog = self.get_publisher_tool(controller, parent)
|
||||
dialog = self.get_publisher_tool(parent, controller)
|
||||
|
||||
dialog.show()
|
||||
dialog.raise_()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue