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:37 +00:00 committed by GitHub
parent 9aab2479b2
commit d18acdacb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -130,7 +130,7 @@ class InventoryModel(QtGui.QStandardItemModel):
def outdated(self, item):
return item.get("isOutdated", True)
def generate_group_formatting_data(self, repre_info):
def _get_repre_info_template_data(self, repre_info):
fake_folder_entity = {
"name": repre_info.folder_name,
"id": repre_info.folder_id,