DTGE don't render view in backoffice if page is published
Hello, Lee and others
For some mysterios reason DTGE don't render a view in backoffice only if page is published and throwing an error Request error: The URL returned a 404 (not found):
We're reviewing what to do about that specific issue. In the meantime, if upgrading Umbraco isn't an option for you, then you can manually remove the following lines from one of DTGE's javascript files...
DTGE don't render view in backoffice if page is published
Hello, Lee and others
For some mysterios reason DTGE don't render a view in backoffice only if page is published and throwing an error
Request error: The URL returned a 404 (not found):
Umbraco 7.5.11 DTGE 0.5.0
How to fix it?
Hi Dmitriy,
It was originally done this way by design, however it caused a lot of issues - if you're interested, see this thread for a lot of details:
https://our.umbraco.com/packages/backoffice-extensions/doc-type-grid-editor/doc-type-grid-editor-feedback/92811-preview-mode-requires-disablefindcontentbyidpath-false
The good news is that we refactored the preview mechanism and it is available in DTGE v0.6.0-beta. You can download a copy of it from here: https://github.com/umco/umbraco-doc-type-grid-editor/releases/tag/0.6.0-beta
The only reason that it's still in "beta" is due to time, in that I haven't removed the beta tag yet. It works well.
Cheers,
- Lee
Thanks, Lee It realy helps, but turned up another issue that already in issue tracker.
Thanks Dmitriy.
We're reviewing what to do about that specific issue. In the meantime, if upgrading Umbraco isn't an option for you, then you can manually remove the following lines from one of DTGE's javascript files...
https://github.com/umco/umbraco-doc-type-grid-editor/blob/develop/src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Js/doctypegrideditor.controllers.js#L30-L35
Cheers,
- Lee
is working on a reply...