-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Fantastic idea for simplifying relation editing, Erik! But there are two major limitations I see with the current implementation that perhaps you have already noticed. These aren't because of your work =), but rather Umbraco in general:
- Since this is created as an Action menu item we can't use it if the parent node has "Enable List View" selected because the child nodes (whose relations we want to edit) don't appear in the Content tree. This is a common scenario if there are a lot of child nodes or the editor wants to be able to search through them.
- When filtering via [EnableChildType], the Content Picker on the right should only show the selectable items in a flat list rather than in the context of a full tree view. I understand why it currently just greys out unselectable nodes, but it is very cumbersome to require expanding and digging down to the child nodes we want to relate.
I hope you'll find time to consider these changes because it would make this package incredibly useful instead of making multiple nuPickers (though that package is wonderful, too).
Cheers!
Metadata
Metadata
Assignees
Labels
No labels