mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user