Author: matevz
Date: Mon Mar 11 09:53:02 2013
New Revision: 1455075
URL: http://svn.apache.org/r1455075
Log:
#429 - Multiproduct UI: Ticket page (disallow changing the product)
Modified:
incubator/bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/templates/bh_ticket_box.html
Modified:
incubator/bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/templates/bh_ticket_box.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/templates/bh_ticket_box.html?rev=1455075&r1=1455074&r2=1455075&view=diff
==============================================================================
---
incubator/bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/templates/bh_ticket_box.html
(original)
+++
incubator/bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/templates/bh_ticket_box.html
Mon Mar 11 09:53:02 2013
@@ -53,7 +53,7 @@ Arguments:
</py:if>
</h5>
</div>
- <div class="span2" data-edit="${'inplace' if (field and field.name
!= 'status') else None}" id="${'vc-' + field.name if field else None}">
+ <div class="span2" data-edit="${'inplace' if (field and field.name
not in ('status', 'product')) else None}" id="${'vc-' + field.name if field
else None}">
<py:if test="field">
<py:choose test="">
<py:when test="'rendered' in
field">${field.rendered}</py:when>