Ticket #173 (new defect)

Opened 9 months ago

destroy should work if the node only contains documents

Reported by: gaspard Assigned to: gaspard
Priority: major Milestone: 1.0
Component: zena Keywords:
Cc: Estimated Number of Hours: 2
Add Hours to Ticket: 0 Billable?: 1
Total Hours: 0

Description

Currently, a node cannot be destroyed if it is not "empty?". This can be confusing for nodes that only contain documents (a post entry for example).

A fix could be to adapt "empty?". Or use a better method name like "disposable?".