My first guess without looking would be that for whatever reason your data is loaded in the database in a different order and no sorting is being applied to the query.
-Scott 2008/9/16 Enrique Ruibal <[EMAIL PROTECTED]>: > > Mmm..this is so odd. > > I connected to the alternative demo server from Jacques and it does show the > correct order in those widgets using Postgres: > > Phase1 > Phase2 > .. > > Task1 > Task2 > Task3 > .. > I wonder if somebody else can replicate this odd behavior I mean you see the > phases and tasks in the opposite order: > > Phase2 > Phase1 > .. > .. > Task4 > Task3 > Task2 > .. > > I double checked on my environment: > > Windows XP SP2 > Java JDK 1.5.0_07, then upgraded to 1.5.0_16 and got the same wrong order > Postgresql 3.3 > JDBC driver postgresql-8.3-603.jdbc3 > My ofbiz version is trunk > > Any ideas? > > Enrique Ruibal > > > > > > > -- > View this message in context: > http://www.nabble.com/Odd-behavior-in-project-summary-page-and-gantt-chart-tp19486163p19499193.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > >
