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:
Mark Rogers
2014-07-22 14:06:05 +00:00
parent 0283c26c54
commit a2a78f0df5

View File

@@ -289,6 +289,10 @@ public class RestVariableHelper
{
ref = ((ScriptNode) value).getNodeRef();
}
else if (value instanceof String)
{
return (String) value;
}
if(ref != null)
{