tags:

views:

118

answers:

1

I'm using the following Ditto call:

[!Ditto? parents='8' &dateSource='event_date' &summarize='100' &format='json' !]

But Ditto ignores the dateSource param as long as format is set to JSON. I'm using MODx evo and Ditto 2.1.0. Any ideas?

A: 

did you tryed to change from uncached to cached? And change the '' to `` ?

[[Ditto? parents=`8` &dateSource=`event_date` &summarize=`100` &format=`json` ]]

Sometimes it gives it out by setting snippet cached or uncached

CuSS
You can also enclose the snippet in `[! ... !]` instead of `[[ ... ]]` to force MODx never to cache it.
Andy Shellam
thats what i had told to him
CuSS