Project

General

Profile

changing 'My page' - 'issuesassignedtome' ordering

Added by Jake Skinner over 15 years ago

I would like to change the ordering (and most probably everyone will have their own idea of the order) of issues assigned to me. Prehaps even being able to sort like the normal issue view.

I have modified _issuesassignedtome.rhtml (/app/views/my/blocks) and added to the begining of the order clause (ln 6) '#{Issue.table_name}.due_date DESC,' however this does not seem to have any effect. I have restarted the mongrel_cluster and apache.

Could anyone give some hints on what I have missed? Also where I could look for an example on how to make the table sortable.

thanks