Index: t3lib/jsfunc.inline.js =================================================================== --- t3lib/jsfunc.inline.js (Revision 7985) +++ t3lib/jsfunc.inline.js (Arbeitskopie) @@ -60,7 +60,7 @@ $(objectId + '_icon').hide(); $(objectId + '_iconcontainer').addClassName('loading-indicator'); } - return this.getRecordDetails(objectId, returnURL); + return this.getRecordDetails(objectId, returnURL); } var currentState = ''; @@ -224,6 +224,7 @@ if (json.scriptCall && json.scriptCall.length) { $A(json.scriptCall).each(function(value) { eval(value); }); } + TYPO3.TCEFORMS.convertDateFieldsToDatePicker(); } },