Refactor to use ACR instead of JCR.
[gpl/argeo-suite.git] / org.argeo.app.ui / src / org / argeo / app / ui / openlayers / OpenLayersMap.java
index bf2ac2c6ca166b489e1c0e87d090457069f1610c..76aa403279820be8e7289c528bb613612b59bc62 100644 (file)
@@ -272,8 +272,9 @@ public class OpenLayersMap extends Composite {
                                return null;
                        String path = arguments[0].toString();
                        Map<String, Object> properties = new HashMap<>();
-                       properties.put(SuiteEvent.NODE_PATH, path);
-                       properties.put(SuiteEvent.WORKSPACE, CmsConstants.SYS_WORKSPACE);
+//                     properties.put(SuiteEvent.NODE_PATH, path);
+//                     properties.put(SuiteEvent.WORKSPACE, CmsConstants.SYS_WORKSPACE);
+                       properties.put(SuiteEvent.CONTENT_PATH, '/' + CmsConstants.SYS_WORKSPACE + path);
                        cmsView.sendEvent(SuiteEvent.refreshPart.topic(), properties);
                        return null;
                }