ContentTypeExtensionPoint#isDescendant always return true
this function check descendent recursively, but using wrong parameters.
Instead of checking if given content type is a descendent of subtypes of parentType, it checks if subtypes of parentTypeId are indeed descendents of parentTypeId, wich is always true
- Conditionne
-
UD-276 Make possible to select the content-type for the orgunit root page settings
- Closed