mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
add todo
This commit is contained in:
parent
8ecb0331f5
commit
5f4d4d72c2
1 changed files with 2 additions and 0 deletions
|
|
@ -284,6 +284,8 @@ class ProductsModel:
|
|||
cache = self._product_base_type_items_cache[project_name]
|
||||
if not cache.is_valid:
|
||||
product_base_types = []
|
||||
# TODO add temp implementation here when it is actually
|
||||
# implemented and available on server.
|
||||
if hasattr(ayon_api, "get_project_product_base_types"):
|
||||
product_base_types = ayon_api.get_project_product_base_types(
|
||||
project_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue