[PATCH 2/2] testbot/web: Use GET to send the Activity period.
21 Mar
2018
21 Mar
'18
4:26 a.m.
This way when the page refreshes it automatically reuses the same period. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> --- testbot/web/Activity.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/testbot/web/Activity.pl b/testbot/web/Activity.pl index d5fe6f3ae..ddea602e8 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($) -- 2.16.2
2832
Age (days ago)
2832
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget