[TYPO3-project-formidable] New SVN revision 160

Manuel Rego Casasnovas mrego at igalia.com
Tue Jan 8 18:20:46 CET 2008


Hi,

> I have an additional comment. Maybe the bug is located somewhere else. I
> use my edit form with a forced UID (no lister or something else):
>
> myForm->init($this, 'myform.xml', $uid2edit);
>
> At line 635 of class maindatahandler::getRdtValue() is the following code:
>
> elseif($this->_isSubmitted()) {
>    $this->oForm->devlog("_isSubmitted()", 1);
>    if($this->oForm->iForcedEntryId !== FALSE) {
>      return $this->getRdtValue_noSubmit_edit($sName);
>    }
>
> iForcedEntryId is filled with the given UID at runtime and so
> "getRdtValue_noSubmit_edit" is called.
> The method name "..._noSubmit_edit" indicates that submitted data should
> be ignored. But this is definitely wrong in this case.
>
> Maybe Jerome can have a look at this.

I agree with you.


Thank you very much,
   Rego

-- 
Manuel Rego Casasnovas
Computer Science Engineer
mailto:mrego at igalia.com
Tel: +34 986 10 76 10
Fax: +34 981 91 39 49
Igalia - http://www.igalia.com


More information about the TYPO3-project-formidable mailing list