Update client/ayon_core/tools/sceneinventory/model.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
sjt-rvx 2025-07-02 10:17:44 +00:00 committed by GitHub
parent d18acdacb5
commit 577db91ccd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -143,7 +143,7 @@ class InventoryModel(QtGui.QStandardItemModel):
self._controller.get_current_project_name()
)
formatting_data = {
template_data = {
"product": {
"name": repre_info.product_name,
"type": repre_info.product_type,