[TYPO3-mvc] sort order of related objects?
Felix Oertel
typo3 at foertel.com
Wed May 26 15:05:29 CEST 2010
Hey,
On 2010-05-26 14:53:23 +0200, Andreas Ofner said:
> But i can not figure out how / where to set the order of the assigned pictures
you can't set an order for extbase-mapped object at the moment as
extbase does not respect sortby/default_sortby at the moment.
this will change in the near future, for now you would have to a) wait,
b) fetch the child data through a repository or c) sort your
objectStorage holding your children in the getter.
regards, foertel
More information about the TYPO3-project-typo3v4mvc
mailing list