[TYPO3-core] RFC: Fix bug #2968: Hidden fields missing in search form

Michael Stucki michael at typo3.org
Thu Mar 23 23:19:09 CET 2006


Correct me if I'm wrong, but I think that makes no difference in these cases.

- michael

Am Donnerstag, 23. März 2006 21:44 schrieb Franz Holzinger:
> Hello Michael,
>
> >Solution:
> >Extend pi_indexedsearch to create a whole bunch of hidden fields
> > dynamically.
> >
> >Bugtracker reference:
> >http://bugs.typo3.org/view.php?id=2968
> >
> >- michael
>
> You have changed
>
> -		$markerArray['###HIDDEN_VALUE_TYPE###'] = $this->piVars['type'] ? 1 : 0;
> -		$markerArray['###HIDDEN_VALUE_EXT###'] = $this->piVars['ext'] ? 1 : 0;
>
> to
>
> $hiddenFieldMarkerArray['###HIDDEN_VALUE###'] =
> (string)$this->piVars[$fieldName];
>
> However maybe an empty string should have a value '0' again?
>
>
> - Franz
>
>
>
>
>
>
>
>
>
> _______________________________________________
> TYPO3-team-core mailing list
> TYPO3-team-core at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-core
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20060323/76fa3a29/attachment.pgp 


More information about the TYPO3-team-core mailing list