Hello,
I have an issue with Reflect.
I use this call :
[!Reflect? &dittoSnippetParameters=`parents:28|summarize:all|dateSource:pub_date|extenders:dateFilter|sortDir:DESC|sortBy:pub_date` &monthSortDir=`DESC` &groupByYears=`0` &dateSource=`pub_date` &dateFormat=`%d/%m/%y` &tplContainer=`ArchivesActu` &tplMonth=`ArchivesActuMonth`!]
I get no output after updating to 2.1BETA
I changed into the code below after reading this
[NEW] Reflect now natively accepts most Ditto parameters (no more &dittoSnippetParameters!)
[!Reflect? &debug=`1` &parents=`28` &summarize=`all` &dateSource=`pub_date` &extenders=`dateFilter` &sortDir=`DESC` &sortBy=`pub_date` &monthSortDir=`DESC` &groupByYears=`0` &dateSource=`pub_date` &dateFormat=`%d/%m/%y` &tplContainer=`ArchivesActu` &tplMonth=`ArchivesActuMonth`!]
but nothing changed : I still get no output, no debug.
Should I change something ?