Code

Allow search_popup macro to work with all db classes, issue2550567 (thanks John Krist...
[roundup.git] / share / roundup / templates / minimal / html / page.html
index 3502d4d7d2389a95b50a4003a7d44c4189aec4aa..6dac94ac6699550b61cd84d2e95b85147b4787ed 100644 (file)
@@ -218,7 +218,7 @@ See issue.search.html in the classic template for examples.
   <input tal:attributes="value python:request.form.getvalue(name) or nothing;
                          name name;
                          id name">
-  <span tal:replace="structure python:db.issue.classhelp(columns,
+  <span tal:replace="structure python:db[db_klass].classhelp(columns,
                                       property=name)" />
 </td>