Feature #82010
openDataProcessor to fetch categories + records with the same category
0%
Description
Fluid does not provide a way to access the list of categories that the current page is assigned to.
It would also be nice to be able to fetch other pages of the same category.
Updated by Thorben Nissen over 7 years ago
This has nothing to do with the view, but with fetching data. So this should not happen in a viewhelper but should be done in controller or via data processor.
Updated by Claus Due over 6 years ago
- Subject changed from Fluid: ViewHelper to fetch categories + records with the same category to DataProcessor to fetch categories + records with the same category
- Category changed from Fluid to Frontend
I took the liberty of moving this to EXT:frontend and turning it into a request for a DataProcessor, since that is the preferred way in the TYPO3 core for providing Fluid variables that must be read from database records.
Updated by Jo Hasenau about 5 years ago
- Status changed from New to Accepted
- Assignee set to Jo Hasenau
Updated by Jo Hasenau about 5 years ago
Since there will be a mandatory method processAdditionalDataProcessors due to #88627, the second task can easily be achieved by nesting data processors and i.e. using a DatabaseQueryProcessor within a new CategoryProcessor.
So actually fetching categories maybe over several category tree levels would be enough.
Updated by Gerrit Code Review about 5 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62123
Updated by Gerrit Code Review about 5 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62124
Updated by Gerrit Code Review about 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62124
Updated by Gerrit Code Review about 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62124
Updated by Gerrit Code Review almost 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62123
Updated by Gerrit Code Review almost 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62123
Updated by Georg Ringer about 3 years ago
- Related to Bug #95150: Menu content elements: categories not available in frontend added
Updated by Gerrit Code Review almost 3 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62123