I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

issueQueries-ProjectSorting.patch

Olivier Houdas, 26 Aug 2014 10:14

Download (800 Bytes)

View differences:

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
Terms of use | Privacy policy