Skip to content

Create Source Reference failing #160

@dovy

Description

@dovy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions