Skip to content

Commit 20d35e0

Browse files
committed
Updated the search_result_row template to refer to doc.related_ipr instead of the now eliminated extra search-result attribute doc.iprs. Updated the facelift todo list.
- Legacy-Id: 9449
1 parent 538ef97 commit 20d35e0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/templates/doc/search/search_result_row.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
{% include "doc/search/status_columns.html" %}
6262

6363
<td class="ipr text-center">
64-
{% if doc.iprs %}
64+
{% if doc.related_ipr %}
6565
<a href="{% url "ipr_search" %}?submit=draft&amp;id={{ doc.name }}">
66-
<span class="label label-default">{{ doc.iprs|length }}</span>
66+
<span class="label label-default">{{ doc.related_ipr|length }}</span>
6767
</a>
6868
{% endif %}
6969
</td>

ietf/templates/release/todo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ <h2>Pre-Release</h2>
3030
<li><strong>DONE</strong> &nbsp; On tablets, the ballot grids has a 'click to show more' which has a
3131
z-value larger than the pop-up. This only matters because it doesn't go
3232
away on click on tablets. Fix.</li>
33+
<li><strong>DONE</strong> &nbsp; Fix the missing IPR values on search and group pages.</li>
3334
<hr/>
3435
<!-- Remaining -->
35-
<li>Fix the missing IPR values on search and group pages.</li>
3636
<li>The Responsible AD Column is also lacking values in the active WGs page. Fix. </li>
3737
<li>Final merge to trunk</li>
3838
</ul>

0 commit comments

Comments
 (0)