Project

General

Profile

Actions

Patch #3756

closed

Integer custom fields should use correct query controls

Added by Anonymous over 14 years ago. Updated 3 months ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Custom fields
Target version:
-
Start date:
2009-08-19
Due date:
% Done:

0%

Estimated time:

Description

--- a/app/models/query.rb Mon Aug 03 09:28:37 2009 1000
++ b/app/models/query.rb Mon Aug 03 09:40:16 2009 1000
@ -445,6 +445,8 @
options = { :type => :date, :order => 20 }
when "bool"
options = { :type => :list, :values => [[l(:general_text_yes), "1"], [l(:general_text_no), "0"]], :order => 20 }
when "int"
+ options = { :type => :integer, :order => 20 }
else
options = { :type => :string, :order => 20 }
end


Files

Actions #1

Updated by Olafur Gislason about 14 years ago

Created the patch-file for this issue.
Not sure if I should change the status, so I'm leaving it like it is.

Actions #2

Updated by Olafur Gislason about 14 years ago

  • Status changed from New to Resolved

Changed to resolved, because there nothing else to do, I think...

Actions #3

Updated by Anonymous about 14 years ago

Olafur Gislason wrote:

Changed to resolved, because there nothing else to do, I think...

There is definitely still something that needs to be done - it needs to actually be committed to trunk.

Can somebody please reopen this please, or I will be forced to open a new issue. Even better, can somebody with commit rights please commit this patch.

Actions #4

Updated by Felix Schäfer about 14 years ago

  • Category set to Custom fields
  • Status changed from Resolved to New
  • Assignee set to Eric Davis

Not resolved as long as it's not committed. Eric, could you?

Actions #5

Updated by Eric Davis over 13 years ago

  • Assignee deleted (Eric Davis)
Actions #6

Updated by Go MAEDA 3 months ago

  • Status changed from New to Closed

Fixed in r6213.

Actions

Also available in: Atom PDF