Kaldari has uploaded a new change for review.

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


Change subject: Adding explicit prefix so we don't have to have an exception in 
prefs
......................................................................

Adding explicit prefix so we don't have to have an exception in prefs

If we add an explicit prefix (similar to what the Gadgets extension
does), we won't have to have a special handler for checkmatrix options
in Preferences::filterDataForSubmit().

Depends on core change I4049b666

Change-Id: Ic8420b896bc013840eb3a32420a49f6719f30610
---
M Hooks.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/83/64983/1

diff --git a/Hooks.php b/Hooks.php
index 8399f18..3d598a1 100644
--- a/Hooks.php
+++ b/Hooks.php
@@ -354,6 +354,7 @@
                        'section' => 'echo/echosubscriptions',
                        'rows' => $rows,
                        'columns' => $columns,
+                       'prefix' => 'echo-subscriptions-',
                        'help' => Html::rawElement(
                                'a',
                                array( 'href' => $wgEchoHelpPage ),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic8420b896bc013840eb3a32420a49f6719f30610
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Kaldari <rkald...@wikimedia.org>

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

Reply via email to