reconcile method signatures
This commit is contained in:
@@ -63,7 +63,7 @@ class SubmissionPage(Page):
|
||||
self.active = False
|
||||
|
||||
@SubmissionController.register(Command('REFRESH'))
|
||||
def refresh_content(self, order=None, name=None):
|
||||
def refresh_content(self, order=None, name=None, with_search=False):
|
||||
"Re-download comments and reset the page index"
|
||||
|
||||
order = order or self.content.order
|
||||
|
||||
Reference in New Issue
Block a user