Skip to content

Categorymenu shows no children #3

@eve292

Description

@eve292

No children are shown in categorymenu.

Error is in ProjectController.php line 74:
if($this->settings['showcategorymenu']){ //$categories = $this->projectRepository->getCategoriesFromRoot($this->settings['categoryroot']); $categories = $this->categoryRepository->findChildren($this->settings['showcategorymenu']); $this->view->assign('categories',$categories); }

must be categoryroot instead of showcategorymenu. Line looks like that after:

 `
        $categories = $this->categoryRepository->findChildren($this->settings['categoryroot']);
    `

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions