Module: tools Branch: master Commit: a5485a29a86d9188610ca86f0afc1bddd60a4d20 URL: https://source.winehq.org/git/tools.git/?a=commit;h=a5485a29a86d9188610ca86f...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed Mar 21 05:26:42 2018 +0100
testbot/web: Use GET to send the Activity period.
This way when the page refreshes it automatically reuses the same period.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/web/Activity.pl | 1 + 1 file changed, 1 insertion(+)
diff --git a/testbot/web/Activity.pl b/testbot/web/Activity.pl index d5fe6f3..ddea602 100644 --- a/testbot/web/Activity.pl +++ b/testbot/web/Activity.pl @@ -46,6 +46,7 @@ sub _initialize($$$) }
$self->SUPER::_initialize($Request, $RequiredRole); + $self->{Method} = "get"; }
sub GeneratePage($)