There is just a small bug when using this control as a property on a member type. The tree menu for selecting media items doesn't display, as treeMultiPickerDataEditor.cs is trying to load the control /members/treeMultiPickerInit.aspx (obviously does not exist).
To fix this, you just need to modify line 355 of treeMultiPickerDataEditor.cs to be as below:
Bug when adding as a Member Type Property
Hi,
Love the package, it's fantastic!
There is just a small bug when using this control as a property on a member type.
The tree menu for selecting media items doesn't display, as treeMultiPickerDataEditor.cs is trying to load the control /members/treeMultiPickerInit.aspx (obviously does not exist).
To fix this, you just need to modify line 355 of treeMultiPickerDataEditor.cs to be as below:
After that is fixed the preview panel doesn't render correctly either, so a modification to treeMultiPicker.js on line 43 is required.
I am using version 0.6.1 of Tree Multi Picker and Version 4.0.3 of Umbraco.
Cheers,
Neil
Thanks for your suggestion, I'll try and include your fix in the next version.
P.S. : Neil, if you like this package, don't forget to vote for it :)
is working on a reply...