Bug #47362
openCategory Model must support items property
0%
Description
Currently the category model lacks the property "items", the relation back to all datasets which are related to a category. As this is handled through mm with tablenames the model cannot provide a property with a specific annotation like
/** * @var ObjectStorage<Item> */
Therefore a mapping configuration has to be used that defines which tablename of the mm-table fits to which model. At the same time the reflection for this property has to be disabled or just not used.
Updated by Alexander Schnitzler over 11 years ago
- Status changed from New to Accepted
Updated by Alexander Schnitzler over 11 years ago
- Target version changed from Extbase 6.2 to Extbase 6.3
Updated by Alexander Schnitzler almost 11 years ago
- Assignee deleted (
Alexander Schnitzler)
Updated by Alexander Opitz about 10 years ago
- Status changed from Accepted to Needs Feedback
Hi,
was this issue fixed or does it still exists?
Updated by Alexander Schnitzler about 10 years ago
I fixed that in a project of mine and put the patchset here on gerrit but people didn't like my approach. So this is still valid but I guess you can't fix it at all.
Updated by Alexander Schnitzler about 10 years ago
This was the patch: https://review.typo3.org/#/c/20035/
Updated by Alexander Opitz about 10 years ago
- Project changed from 534 to TYPO3 Core
- Category changed from Extbase: Generic Persistence to Extbase
- Status changed from Needs Feedback to New
- Target version changed from Extbase 6.3 to 7.0
- TYPO3 Version set to 6.2
- Is Regression set to No
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from 7.0 to 7.1 (Cleanup)
Updated by Benni Mack over 9 years ago
- Target version changed from 7.1 (Cleanup) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Alexander Schnitzler over 4 years ago
- Priority changed from Must have to -- undefined --
This is unlikely to change soon as this needs a deep understanding of the persistence of Extbase and probably some changes to the underlying architecture at first.
Updated by Christian Kuhn almost 2 years ago
- Priority changed from -- undefined -- to Won't have this time