Project

General

Profile

Actions

Bug #24007

closed

Workspace Draft Records are shown in Live Workspace in some cases

Added by Joerg Kienast over 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-11-10
Due date:
% Done:

0%

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

Description

If you create a new record in a draft workspace and don't swap or publish it, it is shown in the live workspace as well.

This problem only occurs in some rare cases if you use a Extbase extension which works with setRespectStoragePage(false) or if you make use enableFields in your SQL query in the frontend to fetch records and you don't use a PID check.

This happens because the class.t3lib_page.php doesn't filter out records with the pid -1

Patch adds the check for the pid != -1 to filter out these records
(issue imported from #M16335)


Files

ws_pid.patch (640 Bytes) ws_pid.patch Administrator Admin, 2010-11-10 17:34
Actions #1

Updated by Steffen Gebert over 13 years ago

committed to
- trunk rev. 9328
- 4-4 rev. 9329

Thanks for your contribution, Joerg!

Actions #2

Updated by Ernesto Baschny almost 11 years ago

  • Target version deleted (1088)
Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF