-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
I keep trying all I can, but I can't get a source to attach to a person.
var $sourceRef = fsAPI.createSourceRef(
{
'tags': tags,
'sourceDescription': $rootScope.data.sourceDescription,
'attachedEntityId': $rootScope.data.attach.pid
}
);
That works fine, but the $sourceRef.save() won't seem to work no matter what I do. I've tried passing in ('', 'Attach note here') or even fetching the person again and placing in there. Save fails every time.
Any ideas? What should it be?
Also, where can you specify the source box id as well? is moveSourceDescriptionsToCollection the only way? In the past it was part of the constructor if I recall.
Reactions are currently unavailable