mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update client/ayon_core/tools/sceneinventory/model.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
9aab2479b2
commit
d18acdacb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue