add 'user' to representation context data

This commit is contained in:
Jakub Trllo 2022-09-01 13:24:33 +02:00
parent 1f06830a03
commit 3983256849
3 changed files with 3 additions and 3 deletions

View file

@ -135,7 +135,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
# the database even if not used by the destination template
db_representation_context_keys = [
"project", "asset", "task", "subset", "version", "representation",
"family", "hierarchy", "username", "output"
"family", "hierarchy", "username", "user", "output"
]
skip_host_families = []