Just curious if anyone has gotten this working on the new Umbraco 7.6?
We have over a hundred awesome reusable components we built on top of NC, but we ran into a snag where we get console errors with 7.6 Umbraco and NC 4.0
"Error: offsetParentPosition is undefined
$.fn.offsetRelative@http://localhost:50381/AppPlugins/NestedContent/Js/nestedcontent.controllers.js?cdv=619783157:453:17
$scope.openNodeTypePicker/<@http://localhost:50381/AppPlugins/NestedContent/Js/nestedcontent.controllers.js?cdv=619783157:167:30
e/f<@http://localhost:50381/umbraco/lib/angular/1.1.5/angular.min.js?cdv=619783157:108:321
e@http://localhost:50381/umbraco/lib/angular/1.1.5/angular.min.js?cdv=619783157:31:265
Dc/f.defer/c<@http://localhost:50381/umbraco/lib/angular/1.1.5/angular.min.js?cdv=619783157:34:398
This is just a playground to see if we can realistically move to 7.6.
As a company we basically rely on NC - because it's beyond awesome :)
1 - I typically will install the package through Umbraco, and then install the NuGet binaries so we're not storing loads of packages binaries in our GIT repos.
However, the package through the backoffice for NC is .3 not .4. So I manually downloaded the .4 zip from Our Umbraco.
2nd - I hadn't cleared plugin cache / forced IIS restart which is probably the root of the issue.
Anyone get NC working on 7.6?
Just curious if anyone has gotten this working on the new Umbraco 7.6?
We have over a hundred awesome reusable components we built on top of NC, but we ran into a snag where we get console errors with 7.6 Umbraco and NC 4.0
"Error: offsetParentPosition is undefined $.fn.offsetRelative@http://localhost:50381/AppPlugins/NestedContent/Js/nestedcontent.controllers.js?cdv=619783157:453:17 $scope.openNodeTypePicker/<@http://localhost:50381/AppPlugins/NestedContent/Js/nestedcontent.controllers.js?cdv=619783157:167:30 e/f<@http://localhost:50381/umbraco/lib/angular/1.1.5/angular.min.js?cdv=619783157:108:321 e@http://localhost:50381/umbraco/lib/angular/1.1.5/angular.min.js?cdv=619783157:31:265 Dc/f.defer/c<@http://localhost:50381/umbraco/lib/angular/1.1.5/angular.min.js?cdv=619783157:34:398
This is just a playground to see if we can realistically move to 7.6.
As a company we basically rely on NC - because it's beyond awesome :)
Thanks in advance no rush!
I just installed in on 7.6.1 tonight via nugget and have had no issues getting it to work.
Thanks John - fresh install for both out of curiosity? Nested works sort of, just can't add items. Quite odd.
Upgrade from 7.5.x->7.6.0->7.6.1, then I installed nested content.
Ahh perhaps I will do a fresh copy as well.. After getting 7.6.1 up and running I upgraded Nested from the Alpha version to 4 stable via Nuget.
Assuming you are able to add elements after setting up doc types and such.. ?
Thanks for the battle test - h5
Ok figured this out..
1 - I typically will install the package through Umbraco, and then install the NuGet binaries so we're not storing loads of packages binaries in our GIT repos.
However, the package through the backoffice for NC is .3 not .4. So I manually downloaded the .4 zip from Our Umbraco.
2nd - I hadn't cleared plugin cache / forced IIS restart which is probably the root of the issue.
Thanks again John - user error of course.
is working on a reply...