From 20d35e0ad8454bb335ab626c57c93cefd1bef0a1 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 11 Apr 2015 19:45:21 +0000 Subject: [PATCH] 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 --- ietf/templates/doc/search/search_result_row.html | 4 ++-- ietf/templates/release/todo.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ietf/templates/doc/search/search_result_row.html b/ietf/templates/doc/search/search_result_row.html index 3869658d3..62874e3cb 100644 --- a/ietf/templates/doc/search/search_result_row.html +++ b/ietf/templates/doc/search/search_result_row.html @@ -61,9 +61,9 @@ {% include "doc/search/status_columns.html" %} - {% if doc.iprs %} + {% if doc.related_ipr %} - {{ doc.iprs|length }} + {{ doc.related_ipr|length }} {% endif %} diff --git a/ietf/templates/release/todo.html b/ietf/templates/release/todo.html index 6483bbb55..5c8255c57 100644 --- a/ietf/templates/release/todo.html +++ b/ietf/templates/release/todo.html @@ -30,9 +30,9 @@
  • DONE   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.
  • +
  • DONE   Fix the missing IPR values on search and group pages.

  • -
  • Fix the missing IPR values on search and group pages.
  • The Responsible AD Column is also lacking values in the active WGs page. Fix.
  • Final merge to trunk