04-21-2011 02:02 PM
04-21-2011 02:36 PM
04-21-2011 02:59 PM
Looking in the webscript it seems we don't read all the parameters.
Please feel free to raise an enhancement request in JIRA.
Thanks,
Mike
04-25-2011 04:28 PM
var enableAccount = ((json.has("disableAccount") && json.get("disableAccount")) == false);
if (json.has("enabled")) {
if (json.get("enabled") == false){
enableAccount = false;
}
}
at about line 38
if (json.has("skype"))
{
person.properties["skype"] = json.get("skype");
}
04-25-2011 04:34 PM
…is there a way to extend the alfresco library like the share library without doing it inside the war file ?Yes, but use shared/classes/alfresco/extension instead of web-extension.
04-25-2011 04:49 PM
…is there a way to extend the alfresco library like the share library without doing it inside the war file ?Yes, but use shared/classes/alfresco/extension instead of web-extension.
Thanks,
Mike
04-25-2011 05:55 PM
Edit: Not quite. It would be…is there a way to extend the alfresco library like the share library without doing it inside the war file ?Yes, but use shared/classes/alfresco/extension instead of web-extension.
Thanks,
Mike
thanks
so that would be /shared/classes/alfresco/extension/org/alfresco/…. ??
04-25-2011 05:57 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.