[TYPO3-mvc] How I can do manual sorting by storagePid
Дмитрий Васильев
dmitry at typo3.ru.net
Wed Oct 17 20:30:29 CEST 2012
In my extension written by Extbase, I define storage folder:
plugin.tx_myext.persistence.storagePid = 1,2
My extension installed on different pages, which need different sorting
records.
I want to do manual sorting, like plugin.tx_myext.persistence.storagePid
= 2,1
But it does not change. How I change the sort order by storagePid?
More information about the TYPO3-project-typo3v4mvc
mailing list