. Single item, multiple item and all items submit now all go through the same Submit Dialog

. Changed submit form rendition calculation code to use new helper method provided by Ariel

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4566 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-12-11 12:21:22 +00:00
parent a29917d3ff
commit b74ed71045
5 changed files with 66 additions and 144 deletions

View File

@@ -107,6 +107,11 @@ public class RenditionImpl
{
return this.nodeRef;
}
public String getPath()
{
return AVMNodeConverter.ToAVMVersionPath(this.nodeRef).getSecond();
}
public String getUrl()
{