Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
EPiServer.CMS.UI 8.6.1
EPiServer.CMS.UI.Core.8.6.1
if that makes any change :)
Using the source javascript files, it seems that the errors are preceeded by this message:
Query is out of date, you must observe() the query prior to any data modifications(…) "Error: Query is out of date, you must observe() the query prior to any data modifications
at /EPiServer/Shell/8.6.1.0/ClientResources/epi/shell/widgets.js:2:475217
... stacktrace...
----------------------------------------
Error
at Promise._2fe.then._2ff.then [as then] (/EPiServer/Shell/8.6.1.0/ClientResources/dojo/dojo.js:15:77181)
... stacktrace...
Hi!
Following this post: http://world.episerver.com/blogs/Linus-Ekstrom/Dates/2013/12/Customizing-the-look-and-behavior-in-the-UI-for-your-content-types/
I've created the following UIDescriptor, to let all my pages inheriting from BaseViewPage, show in AllPropertiesView:
However, this results in a massive amount of javascript errors in the console, like:
If I uncomment the line DefaultView = CmsViewNames.AllPropertiesView, no javascript errors are thrown.
Am I missing something?
Best regards
Jesper