mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
Search: Inherit from RH instead of RHCustomizable
This commit is contained in:
parent
9c0d89b51a
commit
86f6d01e53
@ -23,13 +23,12 @@ from werkzeug.wrappers import Response
|
||||
|
||||
from indico.modules.categories import Category
|
||||
from indico.modules.events import Event
|
||||
from indico.legacy.webinterface.rh.conferenceBase import RHCustomizable
|
||||
from indico.legacy.webinterface.rh.base import RH
|
||||
|
||||
from indico_search.views import WPSearchCategory, WPSearchConference
|
||||
|
||||
|
||||
class RHSearch(RHCustomizable):
|
||||
class RHSearch(RH):
|
||||
"""Performs a search using the search engine plugin"""
|
||||
def _checkParams(self):
|
||||
if 'confId' in request.view_args:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user