workfiles tool is using product name and type

This commit is contained in:
Jakub Trllo 2024-02-23 12:47:59 +01:00
parent 14ed27edac
commit 01720eb248
2 changed files with 3 additions and 3 deletions

View file

@ -246,7 +246,7 @@ class WorkareaModel:
self._controller.get_host_name(),
task_name=task_info.get("name"),
task_type=task_info.get("type"),
family="workfile",
product_type="workfile",
project_settings=self._controller.project_settings,
)
else:
@ -630,7 +630,7 @@ class PublishWorkfilesModel:
if not product_ids:
return output
# Get version docs of subsets with their families
# Get version docs of products with their families
version_entities = ayon_api.get_versions(
project_name,
product_ids=product_ids,

View file

@ -49,7 +49,7 @@ class SubversionLineEdit(QtWidgets.QWidget):
self._input_field.setText(action.text())
def _update(self, values):
"""Create optional predefined subset names
"""Create optional predefined product names
Args:
default_names(list): all predefined names