Skip to content

Commit

Permalink
Hide Apptag version in delivery report (#4076)
Browse files Browse the repository at this point in the history
### Changed

- Remove application version from the delivery report template.
  • Loading branch information
beatrizsavinhas authored Jan 15, 2025
1 parent 3f311d0 commit 0c665e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h4 class="mt-4 mb-3">Teknisk beskrivning och begränsningar av analysen</h4>
<tbody>
{% for application in applications %}
<tr>
<th scope="row">{{ application.tag }} (v{{ application.version }})</th>
<th scope="row">{{ application.tag }}</th>
<td class="text-start">{{ application.description }}</td>
<td class="text-start">{{ application.details }}</td>
<td class="text-start">
Expand Down
2 changes: 1 addition & 1 deletion cg/meta/delivery_report/templates/macros/order.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h3 class="mb-4">Beställning</h3>
<td>{{ sample.name }} ({{ sample.id }})</td>
<td>{{ sample.timestamps.ordered_at }}</td>
<td>{{ sample.ticket }}</td>
<td>{{ sample.application.tag }} (v{{ sample.application.version }})</td>
<td>{{ sample.application.tag }}</td>
<td>{% if customer_workflow != "taxprofiler" %} {{ sample.sex }} {% endif %}</td>
<td>{{ sample.source }}</td>
<!-- Sample status value -->
Expand Down

0 comments on commit 0c665e9

Please sign in to comment.