Defect #1178
NoMethodError on @available_filters.has_key?
| Status: | Closed | Start: | 2008-05-05 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Tickets | |||
| Target version: | 0.7.2 | Estimated time: | 1.00 hour | |
| Affected version: | devel |
Resolution: | Fixed |
|
Description
Bugs on bad filters... I cant access anymore to issues.
Fix : line 230 in query.rb
label = @available_filters[field][:name] if @available_filters.has_key?(field) *unless @available_filters.nil?*
Associated revisions
Prevents NoMethodError on @available_filters.has_key? in query.rb (#1178).