Message5780
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? |
|
Date |
User |
Action |
Args |
2016-07-08 02:14:20 | rouilj | set | messageid: <1467944060.62.0.469049457379.issue2550708@psf.upfronthosting.co.za> |
2016-07-08 02:14:20 | rouilj | set | recipients:
+ rouilj, ber, ezio.melotti |
2016-07-08 02:14:20 | rouilj | link | issue2550708 messages |
2016-07-08 02:14:19 | rouilj | create | |
|