[TYPO3-mvc] Unwanted configuration options for FE plugins
Nikolas Hagelstein
lists at shr-now.de
Thu Jul 16 15:30:16 CEST 2009
Hi,
>I agree. The fallback should not be to select records from the current
>page but globally IMO.
Indeed
>Storing records on the same page as the plugin is bad practice anyways..
Defenetly.
The current fallback chain works as follows:
--
* Extracts the storage PID from $this->cObj->data['pages']. ONLY ALLOWS ONE
STORAGE PID
* If this one is empty, tries to use $this->cObj->data['storage_pid'].
* If this one is empty, tries to use
$this->cObj->parentRecord->data['storage_pid']. If all tree are empty, uses
current page.
--
I am currently wrapping my head around improving this behavior.
Cheers,
Nikolas
More information about the TYPO3-project-typo3v4mvc
mailing list