Fix for ALF-3199 - Link to content is always 0 KB

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32178 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2011-11-22 11:56:39 +00:00
parent 05a13cdd0f
commit 7b7d700aec

View File

@@ -972,7 +972,6 @@ public class BrowseBean implements IContextListener, Serializable
node.addPropertyResolver("cifsPath", this.resolverLinkCifsPath); node.addPropertyResolver("cifsPath", this.resolverLinkCifsPath);
node.addPropertyResolver("fileType16", this.resolverFileType16); node.addPropertyResolver("fileType16", this.resolverFileType16);
node.addPropertyResolver("fileType32", this.resolverFileType32); node.addPropertyResolver("fileType32", this.resolverFileType32);
node.addPropertyResolver("size", this.resolverSize);
node.addPropertyResolver("lang", this.resolverLang); node.addPropertyResolver("lang", this.resolverLang);
this.contentNodes.add(node); this.contentNodes.add(node);
@@ -1151,7 +1150,6 @@ public class BrowseBean implements IContextListener, Serializable
node.addPropertyResolver("cifsPath", this.resolverLinkCifsPath); node.addPropertyResolver("cifsPath", this.resolverLinkCifsPath);
node.addPropertyResolver("fileType16", this.resolverFileType16); node.addPropertyResolver("fileType16", this.resolverFileType16);
node.addPropertyResolver("fileType32", this.resolverFileType32); node.addPropertyResolver("fileType32", this.resolverFileType32);
node.addPropertyResolver("size", this.resolverSize);
node.addPropertyResolver("lang", this.resolverLang); node.addPropertyResolver("lang", this.resolverLang);
node.addPropertyResolver("path", this.resolverPath); node.addPropertyResolver("path", this.resolverPath);
node.addPropertyResolver("displayPath", this.resolverDisplayPath); node.addPropertyResolver("displayPath", this.resolverDisplayPath);