Dev-zero has uploaded a new change for review.

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


Change subject: Load mediawiki.action.edit when using wikiEditor
......................................................................

Load mediawiki.action.edit when using wikiEditor

Some extensions (like MsUpload) for the wikiEditor make use of
mw.toolbar which requires mediawiki.action.edit to be loaded.

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticForms 
refs/changes/11/98111/1

diff --git a/SemanticForms.php b/SemanticForms.php
index a06bdf7..6047cdc 100644
--- a/SemanticForms.php
+++ b/SemanticForms.php
@@ -277,6 +277,7 @@
                        'styles' => 'skins/SF_wikieditor.css',
                        'dependencies' => array(
                                'ext.semanticforms.main',
+                               'mediawiki.action.edit',
                                'jquery.wikiEditor',
                        ),
                ),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifae7f3f6a3164983ba375a770c0b749fe5da3532
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticForms
Gerrit-Branch: master
Gerrit-Owner: Dev-zero <[email protected]>

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

Reply via email to