Forum Discussion
Gursimrat
Leader
Or is there any widget in Lithium which can display the boards in the current category?
Lets say Category Animals has boards Tiger, Horse, Rhino, Lion, Elephant etc and when I am inside Board Horse, I should be able to see the other 4 boards inside Animals Category.
Thanks
sunny_mody
11 years agoAdvisor
I think you would need to make a custom component and get the category id using ${coreNode.ancestors[0].id}, then get the boards from this category using rest api (/restapi/vc/categories/id/${coreNode.ancestors[0].id}) and parse the response to get all boards.
You would surely need to eliminate the board which are currently on, this can be done using some freemarker logic.
Thanks
You would surely need to eliminate the board which are currently on, this can be done using some freemarker logic.
Thanks
Related Content
- 3 years ago
- 2 years ago
- 4 years ago