Skip to content

actions.copyFile does not work with PlanDev 4.0.0 #1778

@parkerabercrombie

Description

@parkerabercrombie

Checked for duplicates

No - I haven't checked

Is this a regression?

No - This is a new bug

Version

4.0.0

Describe the bug

I am trying to use actionApi.copyFile to copy a file from an action. The call returns a success code (200 response) but the workspace does not contain the destination file. The same action code worked correctly on PlanDev 3.8.1

Reproduction

POST http://localhost:28000/ws/1/test.0.seqN.txt
body: { "copyTo": "test.a.seqN.txt"}

Returns 200 code but file test.a.seqN.txt does not exist in workspace.

Logs

System Info

Chrome

Severity

Moderate

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingclipperRequests from the Europa Clipper project

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions