Roundup Tracker - Issues

Message3792

Author jerrykan
Recipients jerrykan
Date 2009-07-15.08:22:03
Message-id <1247646124.04.0.0429360669549.issue2550567@psf.upfronthosting.co.za>
In-reply-to
the search_popup macro in the classic template is hardcode to display a
popup search dialog for issues only.

To fix, simply replace the following on (or about) line 234:
  <span tal:replace="structure python:db.issue.classhelp(columns,

with:
  <span tal:replace="structure python:db[db_klass].classhelp(columns,

This should allow users to use the 'db_klass' variable to change the
class of the classhelper (similar to other search_* macros).
History
Date User Action Args
2009-07-15 08:22:04jerrykansetmessageid: <1247646124.04.0.0429360669549.issue2550567@psf.upfronthosting.co.za>
2009-07-15 08:22:04jerrykansetrecipients: + jerrykan
2009-07-15 08:22:04jerrykanlinkissue2550567 messages
2009-07-15 08:22:03jerrykancreate