Project

General

Profile

Actions

Feature #53091

open

sys_category: Additional relation direction to get a categories assigned child-categories

Added by Jan Kornblum over 10 years ago. Updated about 6 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Categorization API
Target version:
-
Start date:
2013-10-24
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:

Description

Each category object has a relation to its parent category. It would be very nice to have such a relation in the opposite direction, too: $category->getChildren()

Actions #1

Updated by Philipp Gampe over 10 years ago

  • Category set to Miscellaneous
  • Status changed from New to Needs Feedback
  • Complexity set to easy

Are you referring to the extbase model?

Actions #2

Updated by Jan Kornblum over 10 years ago

Yes, i do.

Actions #3

Updated by Ernesto Baschny over 10 years ago

  • Category changed from Miscellaneous to Categorization API
  • Target version deleted (6.2.0)
Actions #4

Updated by Alexander Opitz about 10 years ago

  • Status changed from Needs Feedback to New
Actions #5

Updated by Mathias Schreiber about 6 years ago

  • Status changed from New to Closed

AFAICS this cannot be implemented without tightly bundling the Repository to the Model.
If you need this functionality, you can use CategoryRepository->findByParent.

Actions #6

Updated by Jan Kornblum about 6 years ago

  • Status changed from Closed to New

Are you sure? I believe it is just neccessary to create this bidirectional relation as common by making the columns / properties available in ext_tables, tca and the model. No need to do anything in the repository as extbase fills the properties automatically. I think i've done so in any project using my own categories model but i just can't find it anymore to post an example here...

Actions

Also available in: Atom PDF