issueQueries-ProjectSorting.patch
plugins/extended_fields/lib/extended_project_patch.rb Tue Aug 26 12:12:11 2014 +0200 | ||
---|---|---|
132 | 132 |
end |
133 | 133 |
end |
134 | 134 | |
135 |
public |
|
136 |
def fields_for_order_statement(table=nil) |
|
137 |
table ||= table_name |
|
138 |
["#{table}.name", "#{table}.id"] |
|
139 |
end |
|
140 | ||
135 | 141 |
end |
136 | 142 | |
137 | 143 |
module ArchivedMethods |