diff options
author | lpsolit%gmail.com <> | 2009-03-17 16:22:52 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-03-17 16:22:52 +0000 |
commit | e397e43a24203eecd6e4daeb67d708e8c6bb4f04 (patch) | |
tree | e2656ce68242d2000edea999826c2d462964abb3 /template/en/default/flag | |
parent | e28ef56f983a0e4066e4e97f6d7d94a6c61e2d0c (diff) | |
download | bugs-e397e43a24203eecd6e4daeb67d708e8c6bb4f04.tar bugs-e397e43a24203eecd6e4daeb67d708e8c6bb4f04.tar.gz bugs-e397e43a24203eecd6e4daeb67d708e8c6bb4f04.tar.bz2 bugs-e397e43a24203eecd6e4daeb67d708e8c6bb4f04.tar.xz bugs-e397e43a24203eecd6e4daeb67d708e8c6bb4f04.zip |
Bug 482365: Values displayed in userselect.html.tmpl may be incorrect if "value" is not explicitly set - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
Diffstat (limited to 'template/en/default/flag')
-rw-r--r-- | template/en/default/flag/list.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index c7c8822f3..1c1a25d4a 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -206,6 +206,7 @@ id => "requestee_type-$type.id" multiple => type.is_multiplicable * 3 emptyok => !type.is_multiplicable + value => "" custom_userlist => type.grant_list %] [% ELSE %] @@ -260,6 +261,7 @@ id => "requestee_type-$type.id" multiple => type.is_multiplicable * 3 emptyok => !type.is_multiplicable + value => "" custom_userlist => type.grant_list %] [% ELSE %] |