From: jenkins-bot Date: Wed, 18 Jul 2018 18:07:02 +0000 (+0000) Subject: Merge "LogEventsList: Use GET in HTMLForm" X-Git-Tag: 1.34.0-rc.0~4726 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=91a6d01a0acd39e1813b3555f7ace56c01b8cd3f;hp=9d673e0bc6ae8c87ccf6a4486501c759f1c5b2ae;p=lhc%2Fweb%2Fwiklou.git Merge "LogEventsList: Use GET in HTMLForm" --- diff --git a/includes/logging/LogEventsList.php b/includes/logging/LogEventsList.php index a7620fedd6..aecbce9870 100644 --- a/includes/logging/LogEventsList.php +++ b/includes/logging/LogEventsList.php @@ -173,6 +173,7 @@ class LogEventsList extends ContextSource { $htmlForm = new HTMLForm( $formDescriptor, $this->getContext() ); $htmlForm ->setSubmitText( $this->msg( 'logeventslist-submit' )->text() ) + ->setMethod( 'get' ) ->setWrapperLegendMsg( 'log' ); // TODO This will should be removed at some point. See T199495.