I have a custom model called "medicalBill" that inherits from another custom model called "clientDocument". For some reason in the share UI only the "clientDocument" is visible in the change type dialog. I have read that in the change type dialog it only shows models that are subtypes of cm:content. Does that mean ONLY direct subtypes?
I have this in my share-config-custom.xml is it not possible to have a subtype of a subtype here.
<types>
<type name="cm:content">
<subtype name="cd:clientDocument">
<subtype name="mb:medicalBill"/>
</subtype>
</type>
<type name="cm:folder">
</type>
</types>
Edit: I am running alfresco 3.4d on jboss under linux.