Feature #6180 » EXAMPLE_MISSING_FIELD.diff
| app/models/query.rb (working copy) | ||
|---|---|---|
| 575 | 575 |
options = { :type => :date, :order => 20 }
|
| 576 | 576 |
when "bool" |
| 577 | 577 |
options = { :type => :list, :values => [[l(:general_text_yes), "1"], [l(:general_text_no), "0"]], :order => 20 }
|
| 578 |
when "int" |
|
| 579 |
options = { :type => :integer, :order => 20 }
|
|
| 578 | 580 |
else |
| 579 | 581 |
options = { :type => :string, :order => 20 }
|
| 580 | 582 |
end |
- « Previous
- 1
- 2
- Next »