added more required methods for IPublisher interface

This commit is contained in:
Jakub Trllo 2022-10-05 10:40:32 +02:00
parent 047a31cdbc
commit 4d39dae6f1

View file

@ -312,6 +312,8 @@ class IPublishHost:
required = [
"get_context_data",
"update_context_data",
"get_context_title",
"get_current_context",
]
missing = []
for name in required: