4.7.1 Media properties are used to populate GetChildrenAsList
Hi everyone,
After upgrading from 4.7.0 to 4.7.1, I discovered a problem when getting children of a Media item, using GetChildrenAsList. I found I was getting an additional blank node at the beginning of the list. Digging further, I found that it was grabbing all the properties of the parent media item along with it's children. When I added an additional property to the media type and resaved the media item it created an extra node.
The root of the problem seems to be in the ExamineBackedMedia.GetChildrenMedia method.
4.7.1 Media properties are used to populate GetChildrenAsList
Hi everyone,
After upgrading from 4.7.0 to 4.7.1, I discovered a problem when getting children of a Media item, using GetChildrenAsList. I found I was getting an additional blank node at the beginning of the list. Digging further, I found that it was grabbing all the properties of the parent media item along with it's children. When I added an additional property to the media type and resaved the media item it created an extra node.
The root of the problem seems to be in the ExamineBackedMedia.GetChildrenMedia method.
The XML it was grabbing was something like this:
Phil
Phil,
Can you report this in Codeplex, it's not really a forum bug, so i'm also moving your post to another category.
Cheers,
/Dirk
Could this be related to the following issue I reported on Codeplex? http://umbraco.codeplex.com/workitem/30504
is working on a reply...