Author: gjm
Date: Fri Nov 2 12:52:23 2012
New Revision: 1404956
URL: http://svn.apache.org/viewvc?rev=1404956&view=rev
Log:
update the queries on the product pages to reflect the change from product.name
to product.prefix on tickets - towards #110
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html?rev=1404956&r1=1404955&r2=1404956&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_product_view.html
Fri Nov 2 12:52:23 2012
@@ -78,7 +78,7 @@
<bh:widget urn="TicketQuery">
<bh:args>
<bh:arg name="max">10</bh:arg>
- <bh:arg
name="query">product=${product.name}&status=!closed&group=time&col=id&col=summary&col=owner&col=status&col=priority&order=priority&groupdesc=1&desc=1</bh:arg>
+ <bh:arg
name="query">product=${product.prefix}&status=!closed&group=time&col=id&col=summary&col=owner&col=status&col=priority&order=priority&groupdesc=1&desc=1</bh:arg>
<bh:arg name="title">Active tickets</bh:arg>
</bh:args>
</bh:widget>
@@ -86,14 +86,14 @@
<bh:args>
<bh:arg name="field">version</bh:arg>
<bh:arg name="verbose">true</bh:arg>
- <bh:arg name="query">product=${product.name}&group=version</bh:arg>
+ <bh:arg
name="query">product=${product.prefix}&group=version</bh:arg>
</bh:args>
</bh:widget>
<bh:widget urn="TicketFieldValues">
<bh:args>
<bh:arg name="field">component</bh:arg>
<bh:arg name="verbose">true</bh:arg>
- <bh:arg
name="query">product=${product.name}&group=component</bh:arg>
+ <bh:arg
name="query">product=${product.prefix}&group=component</bh:arg>
</bh:args>
</bh:widget>
</py:def>