Bug #15957
closedfunction ext_addP() in class.browse_links.php does not set url-param 'expandPage' properly
0%
Description
When I try to extend the list of recordsets for a "internal-type db" field (for example I click on the [21 - 95] pildown.gif ) the full list doesn't come up.
The same with the search fields. When I try to search for a recordset to link to the db-field the right side is empty.
I debugged the code and realized that the variable $GLOBALS['SOBE']->expandPage in class.browse_links.php (line 197) is empty.
As a result the link (button) which is renderd doesn't contain the expandPage Parameter. Wher I enter the expandPage=parameter manualy everything works fine.
(issue imported from #M3079)
Updated by Franz Holzinger over 18 years ago
Do you use an own module or RTE HtmlArea?
In the init of the calling module the expandPage must be set.
$this->expandPage = t3lib_div::_GP('expandPage');
Updated by Ingmar Schlecht over 18 years ago
Hi Holger,
the Element Browser in TYPO3 4.0rc2 was indeed buggy.
On Sunday we will release 4.0rc3 which should fix exactly your problem: The buggy element browser.
Only three days after that, we wil release 4.0 final, so it would be great if you could verify that the bug is fixed, immediately after RC3 is released.
Thanks in advance,
cheeers - Ingamr
Updated by Holger Sorg over 18 years ago
Hi Igmar,
I'll do my best ;o). I think I can check that on Monday.
regards
Holger
Updated by Holger Sorg over 18 years ago
where can I get the RC3 from?
will it be released on typo3.org?
Updated by Ingmar Schlecht over 18 years ago
Hi Holger,
RC3 is already released but just not announced yet.
You can get it from http://sourceforge.net/project/showfiles.php?group_id=20391&package_id=14557&release_id=48491
cheers,
ingmar
Updated by Holger Sorg over 18 years ago
thanks for the link.
I just installed RC3 and the element browser works.
regards Holger
Updated by Ingmar Schlecht over 18 years ago
Thanks for the feedback!
I have marked this bug as resolved now.
cheers
Ingmar