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}&amp;status=!closed&amp;group=time&amp;col=id&amp;col=summary&amp;col=owner&amp;col=status&amp;col=priority&amp;order=priority&amp;groupdesc=1&amp;desc=1</bh:arg>
+        <bh:arg 
name="query">product=${product.prefix}&amp;status=!closed&amp;group=time&amp;col=id&amp;col=summary&amp;col=owner&amp;col=status&amp;col=priority&amp;order=priority&amp;groupdesc=1&amp;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}&amp;group=version</bh:arg>
+        <bh:arg 
name="query">product=${product.prefix}&amp;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}&amp;group=component</bh:arg>
+        <bh:arg 
name="query">product=${product.prefix}&amp;group=component</bh:arg>
       </bh:args>
     </bh:widget>
   </py:def>


Reply via email to