ucomponents 5.0.0 (beta) & umbraco 4.8.1 - Multi-node tree picker not displaying items
Hey,
I was running a clean install of 4.8.1 with ucomponents 5.0.0 (beta) and the multi-node tree picker was not displaying any of the items when the property was added to a doc type.
Looking at the console in chrome developer tools I noticed some error 404 messages:
I have just upgraded to 4.9 with ucomponents 5.0.0 (beta) and I can see the items in the multi-node tree picker, I did check if the issue was there in firefox as well before I upgraded and it was, just wondering if anyone else had this issue?
No errors here. If I look in Fiddler, the call to CustomTreeService.asmx/GetInitAppTreeData gives back results just fine.
Suggestion: try and change the version number in your ClientDependency.config file to see if that makes a difference, your browser may be caching old ajax calls.
We believe it is very stable, but waiting on feedback from our beta testers, fix any last concerns and take out of beta. Hopefully towards the end of this week.
I am having the same issue. I upgraded to Umbraco 4.9 and installed uComponents 5.0 over the uComponents 2.0.1 version we had. No nodes are showing up for me either. I made another post inquiring about this. Didn't see this one. Any other suggestion would be great.
(Nevermind this, packages folder show both are installed.) Also how can I tell if version 5 of uComponents installed propertly. My package version in the Umbraco developer's section still says 2.0.1
OK I figured this out. If your content does not show up after upgraded to Umbraco 4.9 using the Multi Node Tree Picker
If anyone else wants to know.
After you have installed uC 5.0 and/or upgraded from 4.7.+ to 4.9+. refresh your Datatypes folder. This should show you the newest nodes that uC 5.0 installed or are now rolled into Umbraco. If not, made a new fake datatype and the new datatypes should show in the drop list.
For Multi-Node Tree Picker. To get them working again if you data is not outputting correctly or not at all.
1. Go to your Razor script file and change the "using uComponents.Core" to "using uComponents". Not sure if this matters in the Multi Node Tree Picker case that rolled into Umbraco. Anyways...
2. Go to your Datatype that uses the uComponents: Multi-Node Tree Picker and changed it to Multi-Node Tree Picker > Save
3. Go the the Document Type that uses the Multi-Node Tree Picker data type and resave it.
4. For good measure. Go to your Content node that uses the Doc Type that uses the MNTP Data type and resave that.
ucomponents 5.0.0 (beta) & umbraco 4.8.1 - Multi-node tree picker not displaying items
Hey,
I was running a clean install of 4.8.1 with ucomponents 5.0.0 (beta) and the multi-node tree picker was not displaying any of the items when the property was added to a doc type.
Looking at the console in chrome developer tools I noticed some error 404 messages:
- /umbraco/developer/RelationTypes/TreeMenu/ActionDeleteRelationType.js
and error 500 for:
- /umbraco/editContent.aspx
- /packages/uComponents/MultiNodePicker/CustomTreeService.asmx/GetInitAppTreeData
I have just upgraded to 4.9 with ucomponents 5.0.0 (beta) and I can see the items in the multi-node tree picker, I did check if the issue was there in firefox as well before I upgraded and it was, just wondering if anyone else had this issue?
Thanks,
Will
No errors here. If I look in Fiddler, the call to CustomTreeService.asmx/GetInitAppTreeData gives back results just fine.
Suggestion: try and change the version number in your ClientDependency.config file to see if that makes a difference, your browser may be caching old ajax calls.
Thanks Sebastiaan for your reply,
I will check that if I come up against it again, was strange, had me racking my head for a bit.
The error went away thou when I upgraded, so can't check it, I am sure I will have the chance to again.
Thanks,
Will
Hi Will,
Quick check, were you using "Multi-Node Tree Picker" (Umbraco core version), or the "uComponents Legacy: Multi-Node Tree Picker"?
(This will be me pin-point & test the issue)
Thanks, Lee.
Hey Lee,
I tried both, same issue, no nodes would appear to be selected.
Thanks,
Will
When will be out v5? I'm using Umbraco v4.9
Hi Biagio, the v5.0 beta came out last Friday: http://ucomponents.codeplex.com/releases/view/88341
We believe it is very stable, but waiting on feedback from our beta testers, fix any last concerns and take out of beta. Hopefully towards the end of this week.
Cheers, Lee.
@Will - thanks. I'll look into it, (most likely tomorrow - busy day ahead of me today!)
Cheers, Lee.
I am having the same issue. I upgraded to Umbraco 4.9 and installed uComponents 5.0 over the uComponents 2.0.1 version we had. No nodes are showing up for me either. I made another post inquiring about this. Didn't see this one. Any other suggestion would be great.
(Nevermind this, packages folder show both are installed.) Also how can I tell if version 5 of uComponents installed propertly. My package version in the Umbraco developer's section still says 2.0.1
OK I figured this out. If your content does not show up after upgraded to Umbraco 4.9 using the Multi Node Tree Picker
If anyone else wants to know.
After you have installed uC 5.0 and/or upgraded from 4.7.+ to 4.9+. refresh your Datatypes folder. This should show you the newest nodes that uC 5.0 installed or are now rolled into Umbraco. If not, made a new fake datatype and the new datatypes should show in the drop list.
For Multi-Node Tree Picker. To get them working again if you data is not outputting correctly or not at all.
1. Go to your Razor script file and change the "using uComponents.Core" to "using uComponents". Not sure if this matters in the Multi Node Tree Picker case that rolled into Umbraco. Anyways...
2. Go to your Datatype that uses the uComponents: Multi-Node Tree Picker and changed it to Multi-Node Tree Picker > Save
3. Go the the Document Type that uses the Multi-Node Tree Picker data type and resave it.
4. For good measure. Go to your Content node that uses the Doc Type that uses the MNTP Data type and resave that.
Boom! everything should be peachy.
Comment author was deleted
Having same 500 error as OP, but only on Postbacks.
Umbraco 4.11
is working on a reply...