mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
Chat, Piwik: Rename _pluginMenuItems to extra_menu_items
This commit is contained in:
parent
c4fb1019a1
commit
daf3d37163
@ -36,4 +36,4 @@ class WPChatEventPage(WPJinjaMixinPlugin, WPConferenceDefaultDisplayBase):
|
||||
|
||||
class WPChatEventMgmt(WPJinjaMixinPlugin, WPConferenceModifBase):
|
||||
def _setActiveSideMenuItem(self):
|
||||
self._pluginMenuItems['chat-management'].setActive(True)
|
||||
self.extra_menu_items['chat-management'].setActive(True)
|
||||
|
||||
@ -20,4 +20,4 @@ from MaKaC.webinterface.pages.conferences import WPConferenceModifBase
|
||||
|
||||
class WPStatistics(WPJinjaMixinPlugin, WPConferenceModifBase):
|
||||
def _setActiveSideMenuItem(self):
|
||||
self._pluginMenuItems['statistics'].setActive()
|
||||
self.extra_menu_items['statistics'].setActive()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user