elfuchsjekyll / vosao

Automatically exported from code.google.com/p/vosao
0 stars 0 forks source link

Deleting a parent page is permitted but it doesn't really delete child pages #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Delete parent page with children
2. Recreate parent page
3. Child pages reappear 

or 

1. Delete parent page with children
2. Delete a template used by one of the children
3. System reports template is used by a (deleted) resource

What is the expected output? What do you see instead?

* Deleted child pages should not reappear if parent restored.
* Templates should not be able to see orphan children

Deleting the child pages and then the parent works as expected. 

One alternative would be a "condense" utility that removed any obsolete or 
orphan constructs. Another alternative would be to disallow deleting 
parents with children. 

Original issue reported on code.google.com by ted.husted on 3 Jan 2010 at 3:14

GoogleCodeExporter commented 9 years ago

Original comment by kinyelo@gmail.com on 3 Jan 2010 at 8:53

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by kinyelo@gmail.com on 9 Jan 2010 at 4:34