Bug #102674
openMake DatabaseQueryProcessor available as nested DatabaseProcessor in FilesProcessor
0%
Description
I wanted to get the categories of files (used in a filecollection, CType uploads) and noticed that the fluid array had only categories as integer value with the number of categories used, not the particular selected categories.
I tried to add an additional nested DatabaseQueryProcessor but that didn't work.
It seems like that nested DataProcessors are not allowed in a FilesProcessor, comparing with the MenuProcessor, for example.
It would be great if nested DataProcessors would also be available in a FilesProcessor and that the selected categories would be directly available in fluid when using the FilesProcessor or in this example, in the uploads content element but it should also work out-of-the-box on other content elements.
Not sure if that is a bugfix or new feature.