is there a possibility to use DocType Compositions with the Doc Type Grid Editor.
We are having general format settings in a doctype and would like to reuse this doctype in all our grid doctypes. Editing works fine, but we always get this error on rendering in the backend:
Exception Details: System.InvalidOperationException: Sequence contains no matching element
Line 11: var content = DocTypeGridEditorHelper.ConvertValueToContent(id, docType, value);
Hit the same problem and was about to create an issue, but I can see that it have already been fixed in your dev branch. Guess it will be fixed for everyone when you guys release the next version.
It's running perfectly here on my site now. Thanks.
Can we use doctype compositions
Hi,
is there a possibility to use DocType Compositions with the Doc Type Grid Editor.
We are having general format settings in a doctype and would like to reuse this doctype in all our grid doctypes. Editing works fine, but we always get this error on rendering in the backend:
We are using umbraco 7.2.5 and DocType Grid Editor 0.1.1
Thx in advance,
Andreas
Hi Andreas,
I think this might be a bug... would you be able to raise an issue on our GitHub project?
https://github.com/leekelleher/umbraco-doc-type-grid-editor/issues
Then we can investigate further.
Many thanks,
- Lee
Hit the same problem and was about to create an issue, but I can see that it have already been fixed in your dev branch. Guess it will be fixed for everyone when you guys release the next version.
It's running perfectly here on my site now. Thanks.
/Rune
Noted! :-) We'll schedule a patch release in the next week.
Hey Rune,
Just to let you know that we've finally released DTGE v0.2.0 - sorry it's taken so long!
https://github.com/leekelleher/umbraco-doc-type-grid-editor/releases/tag/0.2.0
Cheers,
- Lee
Super, thanks. I will install it and check it out.
is working on a reply...