Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Problem with DocumentSelectionDescriptor version of runCitLabHtr #4

Description

@jscrane

I'm having a problem with this API (the other one, with the string page range works fine).

Looks like the server isn't processing the page range properly.

If you can see it, job 346078 shows this. Digging into the "jobDataProps" I can see the following XML:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<documentSelectionDescriptor>
    <docId>27808</docId>
    <pageList>
        <pages>
            <pageId>1</pageId>
        </pages>
        <pages>
            <pageId>2</pageId>
        </pages>
        <pages>
            <pageId>3</pageId>
        </pages>
        <pages>
            <pageId>4</pageId>
        </pages>
        <pages>
            <pageId>5</pageId>
        </pages>
        <pages>
            <pageId>6</pageId>
        </pages>
        <pages>
            <pageId>7</pageId>
        </pages>
        <pages>
            <pageId>8</pageId>
        </pages>
        <pages>
            <pageId>9</pageId>
        </pages>
    </pageList>
</documentSelectionDescriptor>

In the GUI the pages column is blank for this job, and it finished immediately.

It's no big deal, as I can use the other form for now. Just FYI.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions