mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. Submit dialog now gathers all associated rendered assets and form instance data when files are submitted
- if the user attempts to submit either a single rendering asset or the form instance data for an Xform and does not include all the other associated files, then the Submit dialog will automatically add the missing assets/formdata to the submit list - this means that a form and all generated assets are always submitted together git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4552 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -386,8 +386,8 @@ public final class FormsService
|
||||
return result;
|
||||
}
|
||||
|
||||
private static String getOutputAvmPathForRendition(final RenderingEngineTemplate ret,
|
||||
final NodeRef formInstanceDataNodeRef)
|
||||
public static String getOutputAvmPathForRendition(final RenderingEngineTemplate ret,
|
||||
final NodeRef formInstanceDataNodeRef)
|
||||
{
|
||||
final String formInstanceDataAvmPath =
|
||||
AVMNodeConverter.ToAVMVersionPath(formInstanceDataNodeRef).getSecond();
|
||||
|
Reference in New Issue
Block a user