I have the following structure in my resource list:
[web]
- [albums]
-- [specific album]
--- [track]
"Albums" (its id value is "3")is a container document and holds a collection of documents each describing an album. Each album holds a varying number of documents describing tracks on that album.
I have a TV named "associatedAlbum" defined as a resource list. This should present all albums, e.g. all children of document id 3 but not their children (not the tracks), so a depth of 0.
The TV settings are:
Parents: 3
Depth: 0
Include parents: No
When I use the TV the albums are presented but among them are also the tracks of each album. I'd expect only the albums to show up. What am I doing wrong?
[ed. note: skndn60 last edited this post 14 years, 7 months ago.]
MODx Revolution / MAMP / OS X
Silly error by self. Settings should be:
Parents: 3
Depth: 1
Include parents: No
MODx Revolution / MAMP / OS X