work around cancel button issue in WikiEditor, hopefully fixed next release
This commit is contained in:
parent
907ae0d6a9
commit
b38e329ced
1 changed files with 2 additions and 0 deletions
|
@ -511,6 +511,8 @@ $wgDefaultUserOptions['usebetatoolbar-cgd'] = 1;
|
||||||
$wgDefaultUserOptions['wikieditor-preview'] = 1;
|
$wgDefaultUserOptions['wikieditor-preview'] = 1;
|
||||||
# Displays the Publish and Cancel buttons on the top right side
|
# Displays the Publish and Cancel buttons on the top right side
|
||||||
$wgDefaultUserOptions['wikieditor-publish'] = 1;
|
$wgDefaultUserOptions['wikieditor-publish'] = 1;
|
||||||
|
# Work around issue with cancel button, needs removal for next mediawiki release
|
||||||
|
$wgOOUIEditPage = false;
|
||||||
|
|
||||||
# OpenID Connect
|
# OpenID Connect
|
||||||
wfLoadExtension( 'PluggableAuth' );
|
wfLoadExtension( 'PluggableAuth' );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue