reset hierarchy model and asset docs cache

This commit is contained in:
Jakub Trllo 2024-02-28 16:38:47 +01:00
parent 46846e0551
commit bcda4aa985

View file

@ -1819,6 +1819,9 @@ class PublisherController(BasePublisherController):
# Reset avalon context
self._create_context.reset_current_context()
self._hierarchy_model.reset()
self._asset_docs_cache.reset()
self._reset_plugins()
# Publish part must be reset after plugins
self._reset_publish()