Project

General

Profile

Actions

Bug #65252

closed

recordlist ElementBrowser not passing bparams

Added by bingquan no-lastname-given about 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-02-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

TYPO3 version 6.2.9, recordlist extension , file ElementBrowser.php.

The bparams is always empty , after uploading the file , these is js error and the uploaded file can not be selected.

I found it is redirect url problem in function uploadForm():

$redirectValue = $this->getThisScript() . 'act=' . $this->act . '&mode=' . $this->mode
. '&expandFolder=' . rawurlencode($folderObject->getCombinedIdentifier())
. '&bparams=' . rawurlencode($this->bparams);

I just changed it to $redirectValue = $_SERVER['REQUEST_URI'];

everything is fine, but not sure how to fix it....


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #65027: ElementBrowser: After file upload no file can be selectedClosed2015-02-12

Actions
Related to TYPO3 Core - Bug #65074: ElementBrowser: No action possible after creation of new folderClosedNicole Cordes2015-02-14

Actions
Actions #1

Updated by Anja Leichsenring about 9 years ago

  • Subject changed from Typo3 6.2.9 to recordlist ElementBrowser not passing bparams
  • Description updated (diff)
Actions #2

Updated by Wouter Wolters about 9 years ago

  • Status changed from New to Needs Feedback

This is resolved in master and 6.2 branch by Nicole and me.
Can you check master branch or the 6.2 branch?

See https://forge.typo3.org/issues/65027
and https://forge.typo3.org/issues/65074

Actions #3

Updated by bingquan no-lastname-given about 9 years ago

Thanks, I got it .

Actions #4

Updated by Alexander Opitz almost 9 years ago

  • Status changed from Needs Feedback to Closed

Thanks for feedback.

Actions

Also available in: Atom PDF