-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 2022.3.6
-
Fix Version/s: 2022.3.7
-
Component/s: Documents, Registries
-
Tags:
-
Team:NOS
When computing the final type map here: https://github.com/nuxeo/nos/blob/master/studio/nuxeo-studio-ui/src/main/java/com/nuxeo/studio/client/model/ProjectTypeRegistry.java#L279
The local types are added first and the contribution types after, it should be the other way around, otherwise the locally overridden types won't be overriding anything.
See SUPNXP-41565