Closed aschmutt closed 6 years ago
Hi @aschmutt,
As the export doesn't care about the sys_language_uid at all (there is no constraint added at all), I don't understand the problem completely. Would you mind to share more information about your setup? Have you changed anything manually? Which version of mask_export are you using?
Thanks for your help.
I just tested again, and realized this seems to be default TYPO3 behaviour. Not sure if its a bug or a wanted behavior?
Test1: TYPO3 8.7.6, mask_export 0.9.1 Test2: TYPO3 7.6.23, mask_export 0.9.1
Hi @aschmutt,
Sorry I come back that late, but I still do not understand the problem. The language handling of the DatabaseQueryProcessor is done in typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php:7479 and includes sys_language_uid -1 as well. As this is all done with proper TYPO3 Api I have no clue how I can help you with the mask_export extension. If possible, please give me some more information about your installation or create a forge issue ticket for the TYPO3 core itself (see https://forge.typo3.org/projects/typo3cms-core/issues).
yes this can be closed here - this is not related to mask_export, its from TYPO3 core. I just noticed it here first, as I use it in most of my projects.
A mask_export content element with Language=All (sys_language_uid=-1) is not displayed. Not sure if this is a solution or a workaround: In Configuration/TypoScript/setup.txt add language to dataProcessing:
This was tested in a environment with only one language (sys_languag_uid=0). Issue is in both 7.6 and 8.7