You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by kevdoran <gi...@git.apache.org> on 2017/09/21 21:04:09 UTC

[GitHub] nifi-registry pull request #12: NIFIREG-23: Fix SortParamater and OperationI...

GitHub user kevdoran opened a pull request:

    https://github.com/apache/nifi-registry/pull/12

    NIFIREG-23: Fix SortParamater and OperationID in swagger.json output

    I spent a while trying to figure out how to change the swagger.json output without changing the type of the query param from List<SortParameter> to List<String>, but in the end this was the only thing that worked for me. So now the SortParameter.fromString method is called explicitly.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kevdoran/nifi-registry NIFIREG-23

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi-registry/pull/12.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #12
    
----
commit 913912e5db37b07809c83c2f32398157a80eeb8a
Author: Kevin Doran <kd...@gmail.com>
Date:   2017-09-21T21:02:07Z

    NIFIREG-23: Fix SortParamater and OperationID in swagger.json output

----


---

[GitHub] nifi-registry pull request #12: NIFIREG-23: Fix SortParamater and OperationI...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/nifi-registry/pull/12


---