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:
parent
538ef976e4
commit
20d35e0ad8
|
@ -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&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>
|
||||
|
|
|
@ -30,9 +30,9 @@
|
|||
<li><strong>DONE</strong> 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> 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>
|
||||
|
|
Loading…
Reference in a new issue