Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
13.2.2, 13.3.0, 13.4.1
-
None
-
0.5
-
Flagged
-
Turing
-
Turing & Tiger Sprint 223
Description
The ContentTypeService contains logic to merge a ContentType with optional/extra mixin(s) specified as super type. Merging content-type a and b should retain that fact that either a or b is a compound but currently it just copies the state of b over a.
See src/main/java/org/onehippo/cms7/services/contenttype/ContentTypesCache.java:377 and src/main/java/org/onehippo/cms7/services/contenttype/ContentTypeImpl.java:85