History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: NXP-1609
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Florent Guillaume
Reporter: Florent Guillaume
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Nuxeo Enterprise Platform

Can't add entry at first level in recursive hierarchical vocabularies

Created: 05/10/07 15:22   Updated: 10/06/08 02:22
Component/s: None
Affects Version/s: None
Fix Version/s: 5.1.2

Time Tracking:
Original Estimate: 4 hours
Original Estimate - 4 hours
Remaining Estimate: 4 hours
Remaining Estimate - 4 hours
Time Spent: Not Specified
Remaining Estimate - 4 hours

Resolution Date: 05/10/07 18:09
Require Callback: No
Participants: Florent Guillaume
Tags:


 Description  « Hide
In a recursive hierarchical vocabulary (everything stored in the same table), there's no way to select the "null" parent to create a new entry at the first level.

The UI assumes that if the parent is null, then it's not a hierarchical directory. This is wrong.




 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Florent Guillaume - 05/10/07 17:50
To check if a null parent id should be allowed by the UI, we must find out if the directory is a self-referential hierarchical one.
To do that a <parentDirectory> tag is added to the sql directory descriptor.


Florent Guillaume - 05/11/07 19:19
See also NXP-1723.