Skip to content

Commit

Permalink
Added Folder to additional folder types
Browse files Browse the repository at this point in the history
  • Loading branch information
kalisp committed Nov 29, 2024
1 parent 281a192 commit 643e66e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/shotgrid_common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@ def create_sg_entities_in_ay(
new_folder_types = sg_folder_entities + project_entity.folder_types
# So we can have a specific folder for AssetCategory
new_folder_types.extend([
{"name": "AssetCategory"}
{"name": "AssetCategory"},
{"name": "Folder"}
])

# Make sure list items are unique
Expand Down

0 comments on commit 643e66e

Please sign in to comment.