Pwirth has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/309989

Change subject: BSPageAssignmens: Fixed Hook registration in extension.json
......................................................................

BSPageAssignmens: Fixed Hook registration in extension.json

Change-Id: Iaee9bfed36f2ce6c926f1b0a63e9958be12128a3
---
M PageAssignments/extension.json
1 file changed, 6 insertions(+), 4 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions 
refs/changes/89/309989/1

diff --git a/PageAssignments/extension.json b/PageAssignments/extension.json
index fbe276f..29ee3e9 100644
--- a/PageAssignments/extension.json
+++ b/PageAssignments/extension.json
@@ -158,7 +158,11 @@
                "LoadExtensionSchemaUpdates": 
"PageAssignmentsHooks::onLoadExtensionSchemaUpdates",
                "PersonalUrls": "PageAssignmentsHooks::onPersonalUrls",
                "SkinTemplateNavigation": 
"PageAssignmentsHooks::onSkinTemplateNavigation",
-               "BeforePageDisplay": 
"PageAssignmentsHooks::onBeforePageDisplay",
+               "BeforePageDisplay": [
+                       "PageAssignmentsWikiExplorerHooks::onBeforePageDisplay",
+                       "PageAssignmentsDashboardHooks::onBeforePageDisplay",
+                       "PageAssignmentsHooks::onBeforePageDisplay"
+               ],
                "TitleMoveComplete": [
                        "PageAssignmentsHooks::onTitleMoveComplete",
                        "PageAssignmentsNotificationHooks::onTitleMoveComplete"
@@ -184,10 +188,8 @@
                "WikiExplorer::getColumnDefinitions": 
"PageAssignmentsWikiExplorerHooks::onWikiExplorerGetColumnDefinitions",
                "WikiExplorer::queryPagesWithFilter": 
"PageAssignmentsWikiExplorerHooks::onWikiExplorerQueryPagesWithFilter",
                "WikiExplorer::buildDataSets": 
"PageAssignmentsWikiExplorerHooks::onWikiExplorerBuildDataSets",
-               "BeforePageDisplay": 
"PageAssignmentsWikiExplorerHooks::onBeforePageDisplay",
                "BSDashboardsUserDashboardPortalConfig": 
"PageAssignmentsDashboardHooks::onBSDashboardsUserDashboardPortalConfig",
-               "BSDashboardsUserDashboardPortalPortlets": 
"PageAssignmentsDashboardHooks::onBSDashboardsUserDashboardPortalPortlets",
-               "BeforePageDisplay": 
"PageAssignmentsDashboardHooks::onBeforePageDisplay"
+               "BSDashboardsUserDashboardPortalPortlets": 
"PageAssignmentsDashboardHooks::onBSDashboardsUserDashboardPortalPortlets"
        },
        "manifest_version": 1
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/309989
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaee9bfed36f2ce6c926f1b0a63e9958be12128a3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Pwirth <wi...@hallowelt.biz>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to