You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: product_portfolio/templates/product_portfolio/tabs/tab_inventory.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@
149
149
{% if display_scan_features %}
150
150
<td>
151
151
{% if relation.scan %}
152
-
{% include 'product_portfolio/tables/scan_progress_cell.html' with scan=relation.scan view_url=relation.package.get_absolute_url only %}
152
+
{% include 'product_portfolio/tables/scan_progress_cell.html' with scan=relation.scan view_url=relation.package.get_absolute_url package=relation.packages only %}
153
153
{% elif relation.package %}
154
154
{% include 'product_portfolio/tables/scan_action_cell.html' with package=relation.package user=request.user only %}
0 commit comments