We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a446d5 commit 28197b9Copy full SHA for 28197b9
1 file changed
src/openedx_content/applets/components/admin.py
@@ -37,12 +37,12 @@ class ComponentAdmin(ReadOnlyModelAdmin):
37
"""
38
Django admin configuration for Component
39
40
- list_display = ("key", "uuid", "component_type", "created")
+ list_display = ("component_code", "uuid", "component_type", "created")
41
readonly_fields = [
42
"learning_package",
43
"uuid",
44
"component_type",
45
- "key",
+ "component_code",
46
"created",
47
]
48
list_filter = ("component_type", "learning_package")
0 commit comments