You still not understand it fully
ProjectManager has multiple start-dates:
- (real) start-date: when something really started
- planned start-date: when something was planned to start
EGroupware apps might not support both dates and depending on the app only set one of them:
The sorting currently happens by either:
- (real) start-date: the ones with no real start-date are unsorted
- planned start-date: the ones with no planned start-date are unsorted
There is currently no sorting taking both into account while preferring one or the other!
Maybe we should always sort by both, and which of the two column header you click only differs by what to prefer, if both data are set:
- (real) start-date: sort by real start-date, if set, and if not by planned start-date
- planned start-date: sort by planned start-date, if set and if not by real start-date
Ralf