[pod] Bugfix: repeated error in a for loop (https://bugs.launchpad.net/appy/+bug/394267). [gen] pod field: get the value of appy cookie 'showSubTitle' in any pod template.

This commit is contained in:
Gaetan Delannay 2014-10-16 17:35:35 +02:00
parent 3dfb90b5b3
commit 1ed4f0bf23
5 changed files with 194 additions and 183 deletions

View file

@ -696,6 +696,8 @@ function generatePod(uid, fieldName, template, podFormat, queryData,
if (customParams) { f.customParams.value = customParams; }
else { f.customParams.value = ''; }
if (mailing) f.mailing.value = mailing;
// Transmit value of cookie "showSubTitles"
f.showSubTitles.value = readCookie('showSubTitles') || 'true';
f.action.value = 'generate';
f.checkedUids.value = '';
f.checkedSem.value = '';