Defect #33548 » patch.diff
app/models/query.rb | ||
---|---|---|
51 | 51 | |
52 | 52 |
# Returns true if the column is sortable, otherwise false |
53 | 53 |
def sortable? |
54 |
!@sortable.nil?
|
|
54 |
!@sortable.blank?
|
|
55 | 55 |
end |
56 | 56 | |
57 | 57 |
def sortable |