[TYPO3-dev] defVals for group field

Ismaël Bidau bidau at ensci.com
Tue Feb 26 16:39:22 CET 2008


Ismaël Bidau a écrit :
> Hi,
> 
> is it possible to use defVals with group fields ?
> 
> I tried
>     ...&defVals[table][groupfield]=tx_student_list_1234 and
>     ...amp;defVals[table][groupfield]_list=tx_student_list_1234
> 
> without succes
> 
> Perhaps it's relative to this bug : http://bugs.typo3.org/view.php?id=4022
> 
> Anybody to explain me how to create a proper link ?

As explain in bug report 4022, but in line 176 for 4.2

- if ($MMtable) {
+ if ($MMtable && $MMuid) {

and it's works. Can anybody confirm this and/or create a new patch ?

Thanks a lot




More information about the TYPO3-dev mailing list