Introduce Argeo Suite Standard deployment.
[gpl/argeo-suite.git] / core / org.argeo.suite.ui / src / org / argeo / suite / ui / SuiteApp.java
index c0dbc575f46168064c5df9d9f15c53a85351f9ec..32b6da85d713d011a8fd6a13605faa33b83d50f4 100644 (file)
@@ -308,7 +308,7 @@ public class SuiteApp extends AbstractCmsApp implements EventHandler {
                        for (NodeType nodeType : context.getMixinNodeTypes()) {
                                sb.append(' ');
                                sb.append(nodeType.getName());
-                               if (nodeType.getName().equals(EntityType.entity.get()))
+                               if (nodeType.getName().equals(EntityType.local.get()))
                                        sb.append('/').append(context.getProperty(EntityNames.ENTITY_TYPE).getString());
                                for (NodeType superType : nodeType.getDeclaredSupertypes()) {
                                        sb.append(' ');