Actions
Bug #14503
closedNegative PID when creating new content in page module
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2005-01-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.7.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I use the hook in TCEmain (function processDatamap_postProcessFieldArray($status, $table, $id, &$fieldArray, &$reference)) for getting information on new pages and new content created.
But when i use the 'new content' button in top of the 'page'-module and put in new content there is a negative PID in the array '$reference->checkValue_currentRecord'
section from this array
...
[sectionIndex] => 1
[pid] => -385
[sorting] => 896
...
When i create the content from the list-module the PID is ok.
(issue imported from #M702)
Actions