mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
76124: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (5.0/Cloud) 75805: Merged DEV to V4.2-BUG-FIX (4.2.3) 68066 : MNT-11265 : [Public Workflow API] HTTP 500 when enumerating activitiInvitationModerated variables - Added working with string values git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@77569 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -289,6 +289,10 @@ public class RestVariableHelper
|
||||
{
|
||||
ref = ((ScriptNode) value).getNodeRef();
|
||||
}
|
||||
else if (value instanceof String)
|
||||
{
|
||||
return (String) value;
|
||||
}
|
||||
|
||||
if(ref != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user