Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
Since 10.2x upgrade, we have an issue while opening custom doc types editors used in grid
in backoffice / browser Console : undefined is not an object (evaluating '$scope.contentNodeModel.variants'
any idea ?
What version did you upgrade from?
From 10 then 10.1
it was working in version 10, but not since 10.1.x
I think it sounds like the same bug as in Contentment https://github.com/leekelleher/umbraco-contentment/issues/250
There is an issue on GitHub repo https://github.com/skttl/umbraco-doc-type-grid-editor/issues/282
<umb-tabbed-content content="vm.content" content-node-model="{ variants: [] }"></umb-tabbed-content> in file doctypegrideditor.dialog.html
<umb-tabbed-content content="vm.content" content-node-model="{ variants: [] }"></umb-tabbed-content>
this solved the issue on my side.
Had to import the project into my solution to make sure not overriding it.
For others wondering if this was fixed in DTGE, the answer is yes: https://github.com/skttl/umbraco-doc-type-grid-editor/commit/bddf6c4265241e7819293453ee18163a02ba0703
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
DTGE Broken after upgrade to 10.2
Hi
Since 10.2x upgrade, we have an issue while opening custom doc types editors used in grid
in backoffice / browser Console : undefined is not an object (evaluating '$scope.contentNodeModel.variants'
any idea ?
What version did you upgrade from?
Hi
From 10 then 10.1
it was working in version 10, but not since 10.1.x
I think it sounds like the same bug as in Contentment https://github.com/leekelleher/umbraco-contentment/issues/250
There is an issue on GitHub repo https://github.com/skttl/umbraco-doc-type-grid-editor/issues/282
<umb-tabbed-content content="vm.content" content-node-model="{ variants: [] }"></umb-tabbed-content>
in file doctypegrideditor.dialog.htmlthis solved the issue on my side.
Had to import the project into my solution to make sure not overriding it.
For others wondering if this was fixed in DTGE, the answer is yes: https://github.com/skttl/umbraco-doc-type-grid-editor/commit/bddf6c4265241e7819293453ee18163a02ba0703
is working on a reply...