Merged V2.2 to HEAD

8071: Fix for AR-1694
   8072: XFormsNode attributes incorrectly added with all lower case names
   8073: Fix for WCM-959
   8074: AMP's modularity now extends to the log4j configuration of modules.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8468 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2008-03-07 15:15:18 +00:00
parent 51c836cfeb
commit 17949048eb
3 changed files with 13 additions and 6 deletions

View File

@@ -1334,6 +1334,11 @@ public class SubmitDialog extends BaseDialogBean
this.descriptor = descriptor;
}
public boolean getFile()
{
return this.descriptor.isFile();
}
public boolean getExpirable()
{
return this.descriptor.isFile() && (this.descriptor.isDeleted() == false);