mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #4070 from pypeclub/bugfix/publisher_asset_cache
Publisher: Fix cache of asset docs
This commit is contained in:
commit
5472201fff
1 changed files with 2 additions and 2 deletions
|
|
@ -90,9 +90,9 @@ class AssetDocsCache:
|
|||
return
|
||||
|
||||
project_name = self._controller.project_name
|
||||
asset_docs = get_assets(
|
||||
asset_docs = list(get_assets(
|
||||
project_name, fields=self.projection.keys()
|
||||
)
|
||||
))
|
||||
asset_docs_by_name = {}
|
||||
task_names_by_asset_name = {}
|
||||
for asset_doc in asset_docs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue