Project

General

Profile

Actions

Bug #36154

closed

Description of pidSelect in class.db_list.inc is misleading

Added by Jo Hasenau over 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Documentation
Target version:
Start date:
2012-04-16
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:

Description

The description says "list of IDs", where it should be "query part for a list of IDs or a single ID"

If you don't dive into the code but just check the description while using the variable i.e. within a hooked method, this will lead to an error or unwanted behaviour.

Setting it to a single integer will just remove pid from the query giving you a result from all possible pages.
Setting it to a list of integers will trow an error message.

In our case it was the cause for a bug in grid elements, showing child elements still in their containers even though they where moved to another page.

Found it in 4.5.x, but still there in current master

Actions

Also available in: Atom PDF