jenkins-bot has submitted this change and it was merged.
Change subject: Fix Summary of Google login data
......................................................................
Fix Summary of Google login data
Infusing a Panel and all of it's widgets will infuse it twice, which
throws an error. The whole Panel don't need to be infused -> don't do it.
Change-Id: Ic1ee537ec663e4a316eeacd7fa6a7a7b73d1c95c
---
M includes/specials/SpecialGoogleLogin.php
1 file changed, 0 insertions(+), 2 deletions(-)
Approvals:
Florianschmidtwelzow: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/specials/SpecialGoogleLogin.php
b/includes/specials/SpecialGoogleLogin.php
index 41ed98c..cf1d99a 100644
--- a/includes/specials/SpecialGoogleLogin.php
+++ b/includes/specials/SpecialGoogleLogin.php
@@ -158,13 +158,11 @@
'padded' => true,
'expanded' => false,
'framed' => true,
- 'infusable' => true,
) );
// add the fieldset to the wrapper panel and output it
$container->appendContent(
new OOUI\FieldsetLayout( array(
- 'infusable' => true,
'label' => $this->msg(
'googlelogin-information-title' )->text(),
'items' => $items,
) )
--
To view, visit https://gerrit.wikimedia.org/r/245505
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic1ee537ec663e4a316eeacd7fa6a7a7b73d1c95c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GoogleLogin
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits