umbraco-doc-type-grid-editor
umbraco-doc-type-grid-editor copied to clipboard
Validation doesn't disappear
A client has reported that the error messages don't disappear after fixing them. Is this a known bug?. I have the impression that we have already discussed this before ;)
https://www.loom.com/share/5d3aab6bf2e347b19c7771be62e0183c
Could be related to the validation changes in 8.7.
It's something to do with the cleanup of the blueprint that is created for the validation. If I remove it, the validation works as expected, but the blueprint is obviously not deleted. Not sure at what point to delete it, it looks like each time it validates it creat a new blueprint and I reckon that's the main issue..
+1, also experiencing this!
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