Skip to content

Commit 46f1a75

Browse files
committed
chore: add todo comment about tags_count field
1 parent 00cb1ab commit 46f1a75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openedx/core/djangoapps/content_libraries/api/libraries.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ class LibraryXBlockMetadata(PublishableItem):
210210
Class that represents the metadata about an XBlock in a content library.
211211
"""
212212
usage_key: LibraryUsageLocatorV2
213+
# TODO: move tags_count to LibraryItem as all objects under a library can be tagged.
213214
tags_count: int = 0
214215

215216
@classmethod

0 commit comments

Comments
 (0)