mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.1 to HEAD
13129: Merged V2.1-A to V3.1 8598: Fix for ADB-41 (ACT 1657) 13139: Merged V2.1-A to V3.1 8674: First phase of using group display name in UI 13148: Merged V2.1-A to V3.1 8679: Completion of using group display name in UI 13149: Merged V2.1-A to V3.1 8690: Fixed ADB-33 again 13150: Merged V2.1-A to V3.1 8775: Fix ACT-2399 13152: Merged V2.1-A to V3.1 8941: ACT-2631: added max users message to send email action page git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13565 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
</table>
|
</table>
|
||||||
<p>
|
<p>
|
||||||
<table>
|
<table>
|
||||||
<form action="${url.service}" method="post" enctype="multipart/form-data" charset="utf-8">
|
<form action="${url.service?html}" method="post" enctype="multipart/form-data" charset="utf-8">
|
||||||
<tr><td>File:<td><input type="file" name="file">
|
<tr><td>File:<td><input type="file" name="file">
|
||||||
<tr><td>Title:<td><input name="title">
|
<tr><td>Title:<td><input name="title">
|
||||||
<tr><td>Description:<td><input name="desc">
|
<tr><td>Description:<td><input name="desc">
|
||||||
|
@@ -110,22 +110,6 @@ public class WorkflowInterpreter extends BaseInterpreter
|
|||||||
@Override
|
@Override
|
||||||
protected void onBootstrap(ApplicationEvent event)
|
protected void onBootstrap(ApplicationEvent event)
|
||||||
{
|
{
|
||||||
try
|
|
||||||
{
|
|
||||||
setCurrentUserName(BaseInterpreter.DEFAULT_ADMIN);
|
|
||||||
|
|
||||||
if (!transactionService.isReadOnly())
|
|
||||||
{
|
|
||||||
//interpretCommand("var bpm:package package 1"); // only used for testing workflows, causes increment usage/delta
|
|
||||||
interpretCommand("var bpm:assignee person admin");
|
|
||||||
}
|
|
||||||
|
|
||||||
setCurrentUserName(null);
|
|
||||||
}
|
|
||||||
catch(IOException e)
|
|
||||||
{
|
|
||||||
throw new WorkflowException("Failed to initialise WorkflowInterpreter", e);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
Reference in New Issue
Block a user