meteor-peerdb icon indicating copy to clipboard operation
meteor-peerdb copied to clipboard

Make abstract less strict

Open mitar opened this issue 10 years ago • 0 comments

Currently abstract documents require their parents to be abstract as well. Not sure why this is required? It is pretty common that you might want to have a new document based on the parent document, but that you use some abstract class in between the non-abstract root and your document.

mitar avatar Mar 05 '15 20:03 mitar