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
This commit is contained in:
Henrik Levkowetz 2015-04-11 19:45:21 +00:00
parent 538ef976e4
commit 20d35e0ad8
2 changed files with 3 additions and 3 deletions

View file

@ -61,9 +61,9 @@
{% include "doc/search/status_columns.html" %}
<td class="ipr text-center">
{% if doc.iprs %}
{% if doc.related_ipr %}
<a href="{% url "ipr_search" %}?submit=draft&amp;id={{ doc.name }}">
<span class="label label-default">{{ doc.iprs|length }}</span>
<span class="label label-default">{{ doc.related_ipr|length }}</span>
</a>
{% endif %}
</td>

View file

@ -30,9 +30,9 @@
<li><strong>DONE</strong> &nbsp; On tablets, the ballot grids has a 'click to show more' which has a
z-value larger than the pop-up. This only matters because it doesn't go
away on click on tablets. Fix.</li>
<li><strong>DONE</strong> &nbsp; Fix the missing IPR values on search and group pages.</li>
<hr/>
<!-- Remaining -->
<li>Fix the missing IPR values on search and group pages.</li>
<li>The Responsible AD Column is also lacking values in the active WGs page. Fix. </li>
<li>Final merge to trunk</li>
</ul>