Skip to content

Commit 500dbd1

Browse files
Fix: Revert engagement ID column in list view to prevent DataTables crash
1 parent 9330d28 commit 500dbd1

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

dojo/templates/dojo/engagements_all.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h3 class="has-filters">
3434
<th></th>
3535
<th>{{ labels.ASSET_LABEL }}</th>
3636
<th>{{ labels.ASSET_LABEL }}</th>
37-
<th>ID</th>
37+
3838
<th>Engagement Name</th>
3939
{% if system_settings.enable_jira %}
4040
<th>JIRA</th>
@@ -136,11 +136,10 @@ <h3 class="has-filters">
136136
<td class="prod_name">
137137
<a href="{% url 'product_type_metrics' p.prod_type.id %}">{{ p.prod_type.name }}</a>
138138
</td>
139+
139140
<td>
140-
{{ e.engagement_id }}
141-
</td>
142-
<td>
143-
<a class="eng_link" href="{% url 'view_engagement' e.id %}">{% if e.name %}{{ e.name }}{% endif %}</a>
141+
<a class="eng_link" href="{% url 'view_engagement' e.id %}">{% if e.name %}{{ e.name }}{%
142+
endif %}</a>
144143
{% include "dojo/snippets/tags.html" with tags=e.tags.all %}
145144
<br>
146145
</td>

0 commit comments

Comments
 (0)