From d758e50afca7d94da0510c76eccbb81567315a82 Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Wed, 17 Feb 2010 16:00:52 -0600 Subject: Bug 537887 - "The flag setter should be able to unset a flag even if not in the request group" [r=LpSolit a=LpSolit] --- template/en/default/flag/list.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/flag') diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index c0bffd704..1e8974a9f 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -66,7 +66,7 @@ onchange="toggleRequesteeField(this);" class="flag_select"> [%# Only display statuses the user is allowed to set. %] - [% IF user.can_request_flag(type) %] + [% IF user.can_request_flag(type) || flag.setter_id == user.id %] [% END %] [% IF type.is_active %] @@ -210,4 +210,4 @@ [% END %] -[% END %] \ No newline at end of file +[% END %] -- cgit v1.2.3-24-g4f1b