Closed (fixed)
Project:
Node Hierarchy
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2009 at 18:51 UTC
Updated:
22 Feb 2009 at 23:30 UTC
When I want to delete parent node and also children nodes of a parent, parent is deleted but children nodes are not.
Basically nodehierarchy_node_delete_submit function will never be called in current dev and also there are some minor errors in that function (probably do to porting from d5 version). Attached patch should fix delete of children nodes.
| Comment | File | Size | Author |
|---|---|---|---|
| nodehierarchy_delete_children.patch | 1.47 KB | pivica |
Comments
Comment #1
ronan commentedYup, that's a bad port from 5. I've committed your patch and should be in the stable release (1.2) hitting the webs any time now.
Thanks for your help
Ronan