Revision 12385
Added by Jean-Philippe Lang over 11 years ago
sandbox/custom_fields/lib/redmine/field_format.rb | ||
---|---|---|
433 | 433 |
end |
434 | 434 |
|
435 | 435 |
def query_filter_options(custom_field, query) |
436 |
{:type => :list, :values => possible_values_options(custom_field)} |
|
436 |
{:type => :list_optional, :values => possible_values_options(custom_field)}
|
|
437 | 437 |
end |
438 | 438 |
|
439 | 439 |
def group_statement(custom_field) |
Also available in: Unified diff
Allow filtering on boolean custom field with no value (#2183).