You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by as...@apache.org on 2013/07/23 14:37:26 UTC

svn commit: r1506014 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html

Author: astaric
Date: Tue Jul 23 12:37:26 2013
New Revision: 1506014

URL: http://svn.apache.org/r1506014
Log:
Check product.prefix when marking the currently selected default product in product admin.


Modified:
    bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html

Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html
URL: http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html?rev=1506014&r1=1506013&r2=1506014&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_products.html Tue Jul 23 12:37:26 2013
@@ -143,7 +143,7 @@
                       <td class="owner">$prod.owner</td>
                       <td class="default">
                         <input type="radio" name="default" value="$prod.prefix"
-                               checked="${prod.name==default or None}" />
+                               checked="${prod.prefix==default or None}" />
                       </td>
                     </tr>
                   </tbody>