[TYPO3-ttnews] tx_news / roq_newsevent sorting problem

d.ros projects at r-system.de
Mon Feb 25 18:11:18 CET 2013


Hello,

Im running ext:news with latest GIT from today and ext:roq_newsevent on 
4.7.8. Today a editor noticed that events are not longer correctly 
ordered. They are ordered by uid and not by startdate. The configuration 
has not been changed. Has there something changed in ext:news ?

events config for ordering

plugin.tx_news {
     view {
         partialRootPath = path
         templateRootPath = path
   }

   settings {

       event {

           orderBy = tx_roqnewsevent_startdate ASC, 
tx_roqnewsevent_starttime ASC

           archived {
              orderBy = tx_roqnewsevent_startdate DESC, 
tx_roqnewsevent_starttime DESC
             }

             dateField = eventStartdate
       }
     }
}

Cheers



More information about the TYPO3-project-tt-news mailing list