I've been looking around for a way to inherit document type permissions in Heartcore (a bit hard to search for because it's conflated with user permissions or discussions about class inheritance - no custom code here).
For example, if I have a type called "MyContent" and I want to allow several types to be created beneath it, I'd like all those individual types to inherit from one item and allow that one item to be created under ContentNode1. So basically a "role" or "user group" concept for document types. It's extremely cumbersome maintaining individual document type permissions the way the documentation spells it out.
I tried compositions in hopes that permissions would also inherit, but that doesn't work. I also tried creating the doc types beneath the type that would need them, but that also doesn't work.
Document type permission inheritance
Hello,
I've been looking around for a way to inherit document type permissions in Heartcore (a bit hard to search for because it's conflated with user permissions or discussions about class inheritance - no custom code here).
For example, if I have a type called "MyContent" and I want to allow several types to be created beneath it, I'd like all those individual types to inherit from one item and allow that one item to be created under ContentNode1. So basically a "role" or "user group" concept for document types. It's extremely cumbersome maintaining individual document type permissions the way the documentation spells it out.
I tried compositions in hopes that permissions would also inherit, but that doesn't work. I also tried creating the doc types beneath the type that would need them, but that also doesn't work.
Does anyone know a way to do this?
Thanks!
is working on a reply...