X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms.ui%2Fsrc%2Forg%2Fargeo%2Fcms%2Fui%2Futil%2FCmsUiUtils.java;h=39df49ebfba4f60689fc59eda53eaf95aedfe317;hb=e7dc62c485696931a3e048d9102a7c86f9323b92;hp=316e7859f92d796104e2b58665254cf370e870fe;hpb=0e7b79d7e3a39a079efff1c7590ba11590d51dea;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.cms.ui/src/org/argeo/cms/ui/util/CmsUiUtils.java b/org.argeo.cms.ui/src/org/argeo/cms/ui/util/CmsUiUtils.java index 316e7859f..39df49ebf 100644 --- a/org.argeo.cms.ui/src/org/argeo/cms/ui/util/CmsUiUtils.java +++ b/org.argeo.cms.ui/src/org/argeo/cms/ui/util/CmsUiUtils.java @@ -72,7 +72,7 @@ public class CmsUiUtils implements CmsConstants { /** A path in the node repository */ public static String getDataPath(Node node) throws RepositoryException { - return getDataPath(NodeConstants.NODE, node); + return getDataPath(NodeConstants.EGO_REPOSITORY, node); } public static String getDataPath(String cn, Node node) throws RepositoryException {