Author: gjm
Date: Fri Jan 4 13:15:34 2013
New Revision: 1428834
URL: http://svn.apache.org/viewvc?rev=1428834&view=rev
Log:
making ticket type editable again - fixes #331 (from olemis)
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html
Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html?rev=1428834&r1=1428833&r2=1428834&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html (original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html Fri Jan
4 13:15:34 2013
@@ -327,7 +327,8 @@
Type:
</h5>
</div>
- <div class="span2">
+ <div id="vc-type" class="span2"
+ data-edit="${'inplace' if can_modify or can_edit or can_create
else None}">
<small py:if="ticket.type">${ticket.type}</small>
</div>
|