Project

General

Profile

Actions

Bug #15957

closed

function ext_addP() in class.browse_links.php does not set url-param 'expandPage' properly

Added by Holger Sorg almost 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2006-03-31
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #15871: Searching for records in record-browser window is not possible in records browserClosedPeter Niederlag2006-03-21

Actions
Actions #1

Updated by Franz Holzinger almost 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');

Actions #2

Updated by Ingmar Schlecht almost 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

Actions #3

Updated by Holger Sorg almost 18 years ago

Hi Igmar,

I'll do my best ;o). I think I can check that on Monday.

regards
Holger

Actions #4

Updated by Ingmar Schlecht almost 18 years ago

Thanks in advance!

Actions #5

Updated by Holger Sorg almost 18 years ago

where can I get the RC3 from?
will it be released on typo3.org?

Actions #6

Updated by Ingmar Schlecht almost 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

Actions #7

Updated by Holger Sorg almost 18 years ago

thanks for the link.

I just installed RC3 and the element browser works.

regards Holger

Actions #8

Updated by Ingmar Schlecht almost 18 years ago

Thanks for the feedback!

I have marked this bug as resolved now.

cheers
Ingmar

Actions

Also available in: Atom PDF