Trevor Parscal has uploaded a new change for review.

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

Change subject: Fix left-over autoAdd property that didn't get fixed with 
Idaf3041
......................................................................

Fix left-over autoAdd property that didn't get fixed with Idaf3041

Change-Id: I022f731fc3dc1d5c9b4df55fcbe1f6ff8b45d131
---
M modules/ve/ui/tools/ve.ui.DialogTool.js
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor 
refs/changes/59/120059/1

diff --git a/modules/ve/ui/tools/ve.ui.DialogTool.js 
b/modules/ve/ui/tools/ve.ui.DialogTool.js
index 9b41145..f135f71 100644
--- a/modules/ve/ui/tools/ve.ui.DialogTool.js
+++ b/modules/ve/ui/tools/ve.ui.DialogTool.js
@@ -104,5 +104,6 @@
 ve.ui.CommandHelpDialogTool.static.title =
        OO.ui.deferMsg( 'visualeditor-dialogbutton-command-help-tooltip' );
 ve.ui.CommandHelpDialogTool.static.dialog = 'commandHelp';
-ve.ui.CommandHelpDialogTool.static.autoAdd = false;
+ve.ui.CommandHelpDialogTool.static.autoAddToCatchall = false;
+ve.ui.CommandHelpDialogTool.static.autoAddToGroup = false;
 ve.ui.toolFactory.register( ve.ui.CommandHelpDialogTool );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I022f731fc3dc1d5c9b4df55fcbe1f6ff8b45d131
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Trevor Parscal <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to