Fix incorrect title of event schema attribute_list
This commit is contained in:
parent
2c70982fab
commit
0eb562e67b
@ -162,7 +162,7 @@ class Event(CitationBase, NoteBase, MediaBase, AttributeBase,
|
||||
"title": _("Media")},
|
||||
"attribute_list": {"type": "array",
|
||||
"items": Attribute.get_schema(),
|
||||
"title": _("Media")},
|
||||
"title": _("Attributes")},
|
||||
"change": {"type": "integer",
|
||||
"title": _("Last changed")},
|
||||
"tag_list": {"type": "array",
|
||||
|
Loading…
Reference in New Issue
Block a user