Hello, I am using a Multinode Treepicker in order to select members. I have checked the "Show open button" and "Show edit button" options but these buttons are not showing after selecting a member.
When the "Node Type" is set to "Content" rather than "Members", the buttons are displayed.
See screenshots. Any help will be appreciated. Thanks.
Multinode Treepicker For Members
Hello, I am using a Multinode Treepicker in order to select members. I have checked the "Show open button" and "Show edit button" options but these buttons are not showing after selecting a member.
When the "Node Type" is set to "Content" rather than "Members", the buttons are displayed.
See screenshots. Any help will be appreciated. Thanks.
Hi Ronish,
Sounds like a bug or that more description is needed to say "Content Only".
You can report bugs here:
http://issues.umbraco.org/dashboard
Haven't done it but this code in the content picker view and controller would say that open and edit buttons do not show for pickers with members.
View:
Controller:
allowOpenButton & allowEditButton will be false because in your case the start node is neither Document or Media.
is working on a reply...