diff options
author | 2010-11-14 20:14:41 +0100 | |
---|---|---|
committer | 2010-11-14 20:14:41 +0100 | |
commit | 938529e9613ba41750ed4673f30c5e1680b15af8 (patch) | |
tree | e696f455545e6a545a794c7c96deb77939308261 | |
parent | Bug 611974: collectstats.pl --regenerate fails with PostgreSQL 8.4.x (sql_fro... (diff) | |
download | bugzilla-938529e9613ba41750ed4673f30c5e1680b15af8.tar.gz bugzilla-938529e9613ba41750ed4673f30c5e1680b15af8.tar.bz2 bugzilla-938529e9613ba41750ed4673f30c5e1680b15af8.zip |
Bug 610217: config.cgi?ctype=rdf should include product.allows_unconfirmed
r=mkanat a=LpSolit
-rw-r--r-- | template/en/default/config.rdf.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/config.rdf.tmpl b/template/en/default/config.rdf.tmpl index dd4065bdb..2d69c6e26 100644 --- a/template/en/default/config.rdf.tmpl +++ b/template/en/default/config.rdf.tmpl @@ -124,6 +124,7 @@ <li> <bz:product rdf:about="[% escaped_urlbase %]product.cgi?name=[% product.name FILTER url_quote %]"> <bz:name>[% product.name FILTER html %]</bz:name> + <bz:allows_unconfirmed>[% product.allows_unconfirmed FILTER html %]</bz:allows_unconfirmed> <bz:components> <Seq> |