ACE-2379 - 'Edit online' action is not working

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@78925 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Stefan Kopf
2014-08-04 19:36:26 +00:00
parent dd85fdbc3b
commit 6e745c53ec
3 changed files with 12 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ import org.alfresco.repo.jscript.ScriptUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.BeansException;
import org.springframework.extensions.webscripts.DefaultURLModel;
import java.io.Serializable;
import java.util.LinkedHashMap;
@@ -111,7 +112,7 @@ public class VtiServerCustomResponse implements CustomResponse
*
* @return JSONObject or null
*/
public Serializable populate()
public Serializable populate(DefaultURLModel url)
{
try
{