Peter:
When we rename a folder all exiting subfolders seem to get confused as to the name of their parents in the tree.
Parent
Child
Document1 - Parent / Child
RenamedParent
Child
Document1 - Parent / Child
NewDocument - Parent / RenamedParent / Child < where would this come from
NewChild
Document2 - RenamedParent / NewChild
If I add a new subfolder and move some other folders into this new folder. Things get really confusing as you drill down as above.
Are the breadcrumbs generated on the fly or are they hard coded to the document or folder at the time of creation.
How do we fix this problem?
Thanx