Jforrester has uploaded a new change for review.

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

Change subject: MWGalleryInspectorTool: Provide the tool in the toolbar
......................................................................

MWGalleryInspectorTool: Provide the tool in the toolbar

Now that the toolbar hides extra features by default, we don't need to
use autoAddToGroup and autoAddToCatchall over-rides.

Change-Id: I493f7d46a3f77e7c62af05f8e05ae4dde7147e4b
---
M modules/ve-mw/ui/tools/ve.ui.MWGalleryInspectorTool.js
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/66/170766/1

diff --git a/modules/ve-mw/ui/tools/ve.ui.MWGalleryInspectorTool.js 
b/modules/ve-mw/ui/tools/ve.ui.MWGalleryInspectorTool.js
index 87550d4..a2a77e6 100644
--- a/modules/ve-mw/ui/tools/ve.ui.MWGalleryInspectorTool.js
+++ b/modules/ve-mw/ui/tools/ve.ui.MWGalleryInspectorTool.js
@@ -24,7 +24,5 @@
 ve.ui.MWGalleryInspectorTool.static.title =
        OO.ui.deferMsg( 'visualeditor-mwgalleryinspector-title' );
 ve.ui.MWGalleryInspectorTool.static.modelClasses = [ ve.dm.MWGalleryNode ];
-ve.ui.MWGalleryInspectorTool.static.autoAddToGroup = false;
-ve.ui.MWGalleryInspectorTool.static.autoAddToCatchall = false;
 ve.ui.MWGalleryInspectorTool.static.commandName = 'gallery';
 ve.ui.toolFactory.register( ve.ui.MWGalleryInspectorTool );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I493f7d46a3f77e7c62af05f8e05ae4dde7147e4b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>

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

Reply via email to