inetzo
inetzo
Same here using Umbraco 8.17(.1) and DTGE 1.2.7. In Umbraco 8.10.2 we did not experience this problem (but there are of course quite a few versions in between) .
Isn't this the same issue as issue https://github.com/skttl/umbraco-doc-type-grid-editor/issues/231? Created PR https://github.com/skttl/umbraco-doc-type-grid-editor/pull/267
If added an simple if-state to do the null check and than for me it works fine again. I've added an PR https://github.com/skttl/umbraco-doc-type-grid-editor/pull/236
@JakubHromada 8.10.1
Created an PR https://github.com/skttl/umbraco-doc-type-grid-editor/pull/267 for this.
Hi @jmezach , I have the same problem that an extra header has to be added with every request from the BlazorWebView. It looks like it will take some time...
Hi @bjarnef , The operation of diry properties does not work properly at all. Sometimes properties that a user can't even access (removed via EditorModelEventManager.SendingContentModel) are marked as dirty while...