mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
workfiles tool is using product name and type
This commit is contained in:
parent
14ed27edac
commit
01720eb248
2 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue