Project

General

Profile

Actions

Bug #23356

closed

viewlistrecord of sys_action (taskcenter) with broken pagebrowser link

Added by Manuel Kammermann about 14 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-08-05
Due date:
% Done:

0%

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

Description

When listing records as a User-Task in task center, the pagebrowser is not working at all.

I figured, that the links which are created with listURL from the class.db_list.inc class are not set up correctly.

the listURL() function puzzles together the following beginning of the URL (did not post the irrelevant rest):

$GLOBALS['BACK_PATH'] . $this->script.'?id='.(strcmp($altId,'')?$altId:$this->id)

within the sys_action class function 'viewRecordList' $this->script is initiated with:

t3lib_div::getIndpEnv('REQUEST_URI')

returning something like this:

/typo3/mod.php?M=user_task&SET[function]=sys_action.tx_sysaction_task&show=20

already containing a questionmark.

when commenting out the line:

$dblist->script = t3lib_div::getIndpEnv('REQUEST_URI');

the recordbrowser works, but the taskcenter tasklist is gone. so I guess the problem is how the task centerlist and the actual task are rendered and that it does not fit the listURL() parameters to call the taskcenter script.

(issue imported from #M15364)


Files

bug_0015364.diff (771 Bytes) bug_0015364.diff Administrator Admin, 2010-10-27 18:30
Actions

Also available in: Atom PDF