Roundup Tracker - Issues

Message5780

Author rouilj
Recipients ber, ezio.melotti, rouilj
Date 2016-07-08.02:14:19
Message-id <1467944060.62.0.469049457379.issue2550708@psf.upfronthosting.co.za>
In-reply-to
Are you referring to the term keyword that shows up in the definition?

The term keyword is a bit of a red herring, but the basic
functionality seems to work for any link or multilink field.

I just tried the following patch to the demo
classic tracker:

                db_klass string:status;
                 db_content string:name;">
   <th i18n:translate="">Status:</th>
-  <td metal:use-macro="search_select_translated">
+  <td metal:use-macro="search_select_keywords">
     <tal:block metal:fill-slot="extra_options">
       <option value="-1,1,2,3,4,5,6,7" i18n:translate=""
               tal:attributes="selected python:value ==
'-1,1,2,3,4,5,6,7'">not resolved</option>

and I was able to generate the equivalent of "not resolved"
using or's between all of the statuses except for resolved.

What exactly "ties" this to the tracker?
History
Date User Action Args
2016-07-08 02:14:20rouiljsetmessageid: <1467944060.62.0.469049457379.issue2550708@psf.upfronthosting.co.za>
2016-07-08 02:14:20rouiljsetrecipients: + rouilj, ber, ezio.melotti
2016-07-08 02:14:20rouiljlinkissue2550708 messages
2016-07-08 02:14:19rouiljcreate