Doc Type Grid Editor is still a separate package to install. It's not part of the Umbraco core.
As for the 0% on v7.12.0 ... that is purely community feedback. I'm not sure why someone did that, nor did they report any specific issues to me about DTGE not working on that version.
What I can tell you is that I've tested the latest version of DTGE (v0.6.0) on Umbraco v7.12.4, and it works as expected.
If you do use DTGE and you're all set-up, please feel free to update the version compatibility.
But getting this error now in the preview panes in the grideditor for my own doc type:
The requested resource does not support http method 'GET'
on
/umbraco/backoffice/DocTypeGridEditorApi/DocTypeGridEditorApi/GetPreviewMarkup?pageId=9700
I am having this problem with my DTGE on an Umbraco site migrated from version 7.5.6 to version 7.15.5 (with .NET framework > 4.5, more precisely 4.7.2).
In my Extensions.js file the problem of trimEnd and TrimStart was fixed.
I have upgraded DTGE plugin from version 0.3.0 to version 0.6.1 and incremented by 1 the version of my ClientDependency.config file.
Then, I have restarted my site and logged in backoffice. Now, I have another problem: when I try to add another doc type in my grid editor, I see the "Click to insert item" message, but, even though I click on it, I cannot insert anything (see screenshot below):
The only error I see in my browser's console is the following:
Do I still need Doc Type Grid Editor
I have upgraded to 7.12.3 Do I still need to install Doc Type Grid Editor separately or is in now part of the core?
And is it supported in 7.12 as on the page it is down as 0% ?
Cheers Richard
Hi Richards,
Doc Type Grid Editor is still a separate package to install. It's not part of the Umbraco core.
As for the 0% on v7.12.0 ... that is purely community feedback. I'm not sure why someone did that, nor did they report any specific issues to me about DTGE not working on that version.
What I can tell you is that I've tested the latest version of DTGE (v0.6.0) on Umbraco v7.12.4, and it works as expected.
If you do use DTGE and you're all set-up, please feel free to update the version compatibility.
Thanks,
- Lee
Thanks Lee for your quick reply.
Its an old (very old) site that I have upgraded to the latest version and now need to bring them up to date and away from Macros all over the site.
Luckily they have no grid, Nested Content or Archetypes in the site at all, so building a nice fresh Doc Type / template up to the latest standards.
I will give feedback once I have it working.
Richard
Cool! Good luck with the upgrade!
Thanks Lee, Upgrade went well.
But getting this error now in the preview panes in the grideditor for my own doc type: The requested resource does not support http method 'GET' on /umbraco/backoffice/DocTypeGridEditorApi/DocTypeGridEditorApi/GetPreviewMarkup?pageId=9700
Hi Richard,
From an educated guess, it'll either be...
trimStart
bug. But this depends on which version of Umbraco you are current on in the upgrade process. See this blog post for more details: https://umbraco.com/blog/chrome-66-causing-errors-on-some-umbraco-sites/If it's not one of those, can you check your error logs to see if there are any further details/exceptions please?
Thanks,
- Lee
Hi Richard,
On top of Lee's suggestions, I've also seen that error when you have a URL rewrite rule that is removing trailing /'s or forcing lowercase URL's.
If you have any rewrite rules like that, make sure to exclude
/umbraco
and/app_plugins
paths from them.Thanks,
Nik
Hi Lee,
I am having this problem with my DTGE on an Umbraco site migrated from version 7.5.6 to version 7.15.5 (with .NET framework > 4.5, more precisely 4.7.2).
In my Extensions.js file the problem of trimEnd and TrimStart was fixed.
I have upgraded DTGE plugin from version 0.3.0 to version 0.6.1 and incremented by 1 the version of my ClientDependency.config file.
Then, I have restarted my site and logged in backoffice. Now, I have another problem: when I try to add another doc type in my grid editor, I see the "Click to insert item" message, but, even though I click on it, I cannot insert anything (see screenshot below):
The only error I see in my browser's console is the following:
What could be the problem in this case?
Thanks, Paco
Thanks guys, not to worry. A bug in my preview view caused this but got it working now :)
is working on a reply...