Code

Allow search_popup macro to work with all db classes, issue2550567 (thanks John Krist...
[roundup.git] / share / roundup / templates / classic / html / page.html
index 8e8508447748acda379087aa856835ad85fa677b..52b5bed12e827298f3726618cf786eda2bcb19e6 100644 (file)
@@ -231,7 +231,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>