Author Topic: order by without results  (Read 4586 times)

fcoauga

  • Jr. Member
  • **
  • Posts: 51
  • www.augadaterra.org
    • View Profile
    • Auga da Terra
order by without results
« on: February 24, 2009, 11:18:40 am »
In view 'tasks', the 'Order by' option has no effect.

Tested in Mozilla Firefox 3.01 and in Opera 9.60
-----
Testing Opengoo:
 external server with PHP 5.1.6 & MySQL 5.0.45
 locally server with PHP 5.2.0 & MySQL 5.0.27
Viewed with Mozilla 3.0.1 & Opera 9.60

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: order by without results
« Reply #1 on: February 25, 2009, 06:36:20 pm »
I tested it in Firefox 3.0.6 and it seemed to be working. Note that the ordering is only done on each of the groups defined by the Group By option. So for example, if you group by workspace and order by name, tasks in a same workspace will be ordered by name, but maybe in a following group of tasks (workspace) there are tasks with a name lower than that of the last task.